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

Public Member Functions

 authenticate (Swift_Transport_SmtpAgent $agent, $username, $password)
 
 getAuthKeyword ()
 

Detailed Description

Definition at line 21 of file LoginAuthenticator.php.

Member Function Documentation

Swift_Transport_Esmtp_Auth_LoginAuthenticator::authenticate ( Swift_Transport_SmtpAgent  $agent,
  $username,
  $password 
)

Try to authenticate the user with $username and $password.

Parameters
Swift_Transport_SmtpAgent$agent
string$username
string$password
Returns
boolean

Implements Swift_Transport_Esmtp_Authenticator.

Definition at line 41 of file LoginAuthenticator.php.

References Swift_Transport_SmtpAgent\executeCommand().

Here is the call graph for this function:

Swift_Transport_Esmtp_Auth_LoginAuthenticator::getAuthKeyword ( )

Get the name of the AUTH mechanism this Authenticator handles.

Returns
string

Implements Swift_Transport_Esmtp_Authenticator.

Definition at line 29 of file LoginAuthenticator.php.


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