Class Swift_Authenticator_PopB4Smtp

Description

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 20)


	
			
Method Summary
Swift_Authenticator_PopB4Smtp __construct ([mixed $conn = null], [int $port = 110], [int $encryption = 0])
boolean isAuthenticated (string $user, string $pass,  $swift)
Methods
Constructor __construct (line 29)

Constructor

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 72)

Return the name of the AUTH extension this is for

string getAuthExtensionName ()
isAuthenticated (line 46)

Try to authenticate using the username and password

Returns false on failure

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

Documentation generated on Tue, 06 Mar 2007 23:32:19 +0000 by phpDocumentor 1.3.1