Class Net_POP3
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.
Copyright: 2010 - 2012 Jim Jagielski
Copyright: 2004 - 2009 Andy Prevost
License: Distributed under the Lesser General Public License (LGPL)
Author: Richard Davey
Located at Net/POP3.class.php
public
POP3
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
|
public
integer
|
$POP3_PORT | 110 |
#
Default POP3 port |
public
integer
|
$POP3_TIMEOUT | 30 |
#
Default Timeout |
public
string
|
$CRLF | "\r\n" |
#
POP3 Carriage Return + Line Feed |
public
integer
|
$do_debug | 2 |
#
Displaying Debug warnings? (0 = now, 1+ = yes) |
public
string
|
$host |
|
#
POP3 Mail Server |
public
integer
|
$port |
|
#
POP3 Port |
public
integer
|
$tval |
|
#
POP3 Timeout Value |
public
string
|
$username |
|
#
POP3 Username |
public
string
|
$password |
|
#
POP3 Password |
public
string
|
$Version | '5.2.1' |
#
Sets the POP3 PHPMailer Version number |