XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
executeCommand ($command, $codes=array(), &$failures=null) | |
getBuffer () | |
Definition at line 17 of file SmtpAgent.php.
Swift_Transport_SmtpAgent::executeCommand | ( | $command, | |
$codes = array() , |
|||
& | $failures = null |
||
) |
Run a command against the buffer, expecting the given response codes. If no response codes are given, the response will not be validated. If codes are given, an exception will be thrown on an invalid response.
string | $command | |
int[] | $codes | |
string[] | &$failures |
Implemented in Swift_Transport_EsmtpTransport.
Referenced by Swift_Transport_Esmtp_Auth_CramMd5Authenticator\authenticate(), Swift_Transport_Esmtp_Auth_PlainAuthenticator\authenticate(), and Swift_Transport_Esmtp_Auth_LoginAuthenticator\authenticate().
Swift_Transport_SmtpAgent::getBuffer | ( | ) |
Get the IoBuffer where read/writes are occurring.