XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_Transport_SmtpAgent Interface Reference
Inheritance diagram for Swift_Transport_SmtpAgent:
Inheritance graph

Public Member Functions

 executeCommand ($command, $codes=array(), &$failures=null)
 
 getBuffer ()
 

Detailed Description

Definition at line 17 of file SmtpAgent.php.

Member Function Documentation

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.

Parameters
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().

Here is the caller graph for this function:

Swift_Transport_SmtpAgent::getBuffer ( )

Get the IoBuffer where read/writes are occurring.

Returns
Swift_Transport_IoBuffer

The documentation for this interface was generated from the following file: