POP Before SMTP Authentication Class Version 5.2.1
Author: Richard Davey (rich@corephp.co.uk) Modifications: Andy Prevost License: LGPL, see PHPMailer License
Specifically for PHPMailer to allow POP before SMTP authentication. Does not yet work with APOP - if you have an APOP account, contact Richard Davey and we can test changes to this script.
This class is based on the structure of the SMTP class originally authored by Chris Ryan
This class is rfc 1939 compliant and implements all the commands required for POP3 connection, authentication and disconnection.
Located in /libraries/phpmailer/pop3.php (line 59)
POP3 Carriage Return + Line Feed
Displaying Debug warnings? (0 = now, 1+ = yes)
POP3 Mail Server
POP3 Password
Default POP3 port
Default Timeout
POP3 Port
POP3 Timeout Value
POP3 Username
Sets the POP3 PHPMailer Version number
Combination of public events - connect, login, disconnect
Takes over from PHP for the socket warning handler
Checks the POP3 server response for +OK or -ERR
Connect to the POP3 server
Disconnect from the POP3 server
If debug is enabled, display the error message array
Get the socket response back.
$size is the maximum number of bytes to retrieve
Login to the POP3 server (does not support APOP yet)
Send a string down the open socket connection to the POP3 server
Documentation generated on Mon, 25 Jun 2012 13:58:51 -0500 by phpDocumentor 1.4.4