Documentation

ClientInterface
in

Mail client interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
3.6.0

Table of Contents

getFolder()  : string
Get folder
getHost()  : string
Get mail client host
getPassword()  : string
Get password
getPort()  : int
Get mail client port
getService()  : string
Get mail client service
getUsername()  : string
Get username
setFolder()  : ClientInterface
Set folder
setHost()  : ClientInterface
Set mail client host
setPassword()  : ClientInterface
Set password
setPort()  : ClientInterface
Set mail client port
setService()  : ClientInterface
Set mail client service
setUsername()  : ClientInterface
Set username

Methods

getFolder()

Get folder

public getFolder() : string
Return values
string

getHost()

Get mail client host

public getHost() : string
Return values
string

getPassword()

Get password

public getPassword() : string
Return values
string

getPort()

Get mail client port

public getPort() : int
Return values
int

getService()

Get mail client service

public getService() : string
Return values
string

getUsername()

Get username

public getUsername() : string
Return values
string

Search results