\Pop\Mail\ClientClientInterface

Mail client interface

Summary

Methods
Constants
getHost()
getPort()
getService()
getUsername()
getPassword()
getFolder()
setHost()
setPort()
setService()
setUsername()
setPassword()
setFolder()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getHost()

getHost() : string

Get mail client host

Returns

string

getPort()

getPort() : integer

Get mail client port

Returns

integer

getService()

getService() : string

Get mail client service

Returns

string

getUsername()

getUsername() : string

Get username

Returns

string

getPassword()

getPassword() : string

Get password

Returns

string

getFolder()

getFolder() : string

Get folder

Returns

string

setService()

setService(string  $service) : \Pop\Mail\Client\ClientInterface

Set mail client service

Parameters

string $service

Returns

\Pop\Mail\Client\ClientInterface

setUsername()

setUsername(string  $username) : \Pop\Mail\Client\ClientInterface

Set username

Parameters

string $username

Returns

\Pop\Mail\Client\ClientInterface

setPassword()

setPassword(string  $password) : \Pop\Mail\Client\ClientInterface

Set password

Parameters

string $password

Returns

\Pop\Mail\Client\ClientInterface