POP3PHP POP-Before-SMTP Authentication Class
Version 5.2.6
Located in /libraries/phpmailer/pop3.php (line 60)
bool
Authorise
(string $host, [bool|int $port = false], [bool|int $tval = false], string $username, string $password, [int $debug_level = 0])
string
$CRLF
= "\r\n" (line 77)
POP3 Carriage Return + Line Feed
int
$do_debug
= 2 (line 83)
Displaying Debug warnings? (0 = now, 1+ = yes)
string
$host
(line 89)
POP3 Mail Server
string
$password
(line 113)
POP3 Password
int
$POP3_PORT
= 110 (line 65)
Default POP3 port
int
$POP3_TIMEOUT
= 30 (line 71)
Default Timeout
int
$port
(line 95)
POP3 Port
int
$tval
(line 101)
POP3 Timeout Value
string
$username
(line 107)
POP3 Username
string
$Version
= '5.2.6' (line 119)
Sets the POP3 PHPMailer Version number
Combination of public events - connect, login, disconnect
Connect to the POP3 server
Login to the POP3 server (does not support APOP yet)
Documentation generated on Tue, 19 Nov 2013 15:10:54 +0100 by phpDocumentor 1.4.3