$authenticators
$authenticators : array
Authenticators available to process the request.
SMTP auth handler class
afterEhlo(\Pop\Mail\Transport\Smtp\AgentInterface $agent)
Runs immediately after a EHLO has been issued
\Pop\Mail\Transport\Smtp\AgentInterface | $agent | to read/write |
onCommand(\Pop\Mail\Transport\Smtp\AgentInterface $agent, string $command, array $codes = array(), boolean $stop = false)
Not used
\Pop\Mail\Transport\Smtp\AgentInterface | $agent | to read/write |
string | $command | to send |
array | $codes | expected in response |
boolean | $stop | to be set true by-reference if the command is now sent |