getHandledKeyword()
getHandledKeyword() : boolean
Get the name of the ESMTP extension this handles
SMTP handler interface
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<mixed,integer> $codes = array(), boolean $stop = false)
Runs when a command is due to be sent
\Pop\Mail\Transport\Smtp\AgentInterface | $agent | to read/write |
string | $command | to send |
array<mixed,integer> | $codes | expected in response |
boolean | $stop | to be set true by-reference if the command is now sent |