Class Swift_Authenticator_PopB4Smtp

Description

Implements interfaces:

Swift PopB4Smtp Authenticator

This form of authentication requires a quick connection to be made with a POP3 server before finally connecting to SMTP

Located in /Swift/Authenticator/@PopB4Smtp.php (line 21)


	
			
Variable Summary
mixed $connection
Method Summary
Swift_Authenticator_PopB4Smtp __construct ([mixed $conn = null], [int $port = 110], [int $encryption = 0])
boolean isAuthenticated (string $user, string $pass,  $swift)
Variables
mixed $connection = null (line 23)
  • access: protected
Methods
Constructor __construct (line 30)

Constructor

  • access: public
Swift_Authenticator_PopB4Smtp __construct ([mixed $conn = null], [int $port = 110], int $encryption)
  • mixed $conn: Swift_Authenticator_PopB4Smtp_Pop3Connection or string FQDN of POP3 server
  • int $port: The remote port number
  • int $encryption: The level of encryption to use
getAuthExtensionName (line 82)

Return the name of the AUTH extension this is for

  • access: public
string getAuthExtensionName ()

Implementation of:
Swift_Authenticator::getAuthExtensionName()
Return the name of the AUTH extension this is for
isAuthenticated (line 47)

Try to authenticate using the username and password

Returns false on failure

  • access: public
boolean isAuthenticated (string $user, string $pass,  $swift)
  • string $user: The username
  • string $pass: The password
  • Swift $swift: The instance of Swift this authenticator is used in

Implementation of:
Swift_Authenticator::isAuthenticated()
Try to authenticate using the username and password

Documentation generated on Wed, 26 Mar 2008 20:33:01 +1100 by phpDocumentor 1.3.1