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 vendor/phpmailer/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 vendor/phpmailer/phpmailer/class.pop3.php
Methods summary
public static
boolean
|
#
popBeforeSmtp( mixed $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. |
Magic methods summary
Constants summary
string |
CRLF
|
"\r\n" |
#
Line break constant |
Properties summary
public
string
|
$Version |
#
The POP3 PHPMailer Version number. |
public
integer
|
$POP3_PORT |
#
Default POP3 port number. |
public
integer
|
$POP3_TIMEOUT |
#
Default timeout in seconds. |
public
string
|
$CRLF |
#
POP3 Carriage Return + Line Feed. |
public
integer
|
$do_debug |
#
Debug display level. Options: 0 = no, 1+ = yes |
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? |
protected
array
|
$errors |
#
Error container. |