Class POP3
PHPMailer POP-Before-SMTP Authentication Class. Specifically for PHPMailer to use for RFC1939 POP-before-SMTP authentication. Does not support APOP.
Package: PHPMailer
Copyright: 2012 - 2014 Marcus Bointon
Copyright: 2010 - 2012 Jim Jagielski
Copyright: 2004 - 2009 Andy Prevost
License: GNU Lesser General Public License
Author: Richard Davey (original author) rich@corephp.co.uk
Author: Marcus Bointon (Synchro/coolbru) phpmailer@synchromedia.co.uk
Author: Jim Jagielski (jimjag) jimjag@gmail.com
Author: Andy Prevost (codeworxtech) codeworxtech@users.sourceforge.net
Located at lass/mail/phpmailer/class.pop3.php
Copyright: 2012 - 2014 Marcus Bointon
Copyright: 2010 - 2012 Jim Jagielski
Copyright: 2004 - 2009 Andy Prevost
License: GNU Lesser General Public License
Author: Richard Davey (original author) rich@corephp.co.uk
Author: Marcus Bointon (Synchro/coolbru) phpmailer@synchromedia.co.uk
Author: Jim Jagielski (jimjag) jimjag@gmail.com
Author: Andy Prevost (codeworxtech) codeworxtech@users.sourceforge.net
Located at lass/mail/phpmailer/class.pop3.php
public static
boolean
|
#
popBeforeSmtp( $host, integer|boolean $port = false, integer|boolean $timeout = false, string $username = '', string $password = '', integer $debug_level = 0 )
Simple static wrapper for all-in-one POP before SMTP |
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
protected
string
|
#
getResponse( integer $size = 128 )
Get a response from the POP3 server. $size is the maximum number of bytes to retrieve |
protected
integer
|
|
protected
boolean
|
|
protected
|
|
public
array
|
|
protected
|
#
catchWarning( integer $errno, string $errstr, string $errfile, integer $errline )
POP3 connection error handler. |
string |
CRLF
Line break constant |
#
"\r\n"
|
public
string
|
$Version
The POP3 PHPMailer Version number. |
#
'5.2.21'
|
public
integer
|
$POP3_PORT
Default POP3 port number. |
#
110
|
public
integer
|
$POP3_TIMEOUT
Default timeout in seconds. |
#
30
|
public
string
|
$CRLF
POP3 Carriage Return + Line Feed. |
#
"\r\n"
|
public
integer
|
$do_debug
Debug display level. Options: 0 = no, 1+ = yes |
#
0
|
public
string
|
$host
POP3 mail server hostname. |
|
public
integer
|
$port
POP3 port number. |
|
public
integer
|
$tval
POP3 Timeout Value in seconds. |
|
public
string
|
$username
POP3 username |
|
public
string
|
$password
POP3 password. |
|
protected
resource
|
$pop_conn
Resource handle for the POP3 connection socket. |
|
protected
boolean
|
$connected
Are we connected? |
#
false
|
protected
array
|
$errors
Error container. |
#
array()
|