Public Member Functions | |
__construct () | |
Authorise ($host, $port=false, $tval=false, $username, $password, $debug_level=0) | |
Connect ($host, $port=false, $tval=30) | |
Login ($username= '', $password= '') | |
Disconnect () | |
Data Fields | |
$POP3_PORT = 110 | |
$POP3_TIMEOUT = 30 | |
$CRLF = "\r\n" | |
$do_debug = 2 | |
$host | |
$port | |
$tval | |
$username | |
$password | |
Definition at line 62 of file class.pop3.php.
__construct | ( | ) |
Constructor, sets the initial values public
Definition at line 130 of file class.pop3.php.
Authorise | ( | $host, | |
$port = false , |
|||
$tval = false , |
|||
$username, | |||
$password, | |||
$debug_level = 0 |
|||
) |
Combination of public events - connect, login, disconnect public
string | $host | |
integer | $port | |
integer | $tval | |
string | $username | |
string | $password |
Definition at line 145 of file class.pop3.php.
Connect | ( | $host, | |
$port = false , |
|||
$tval = 30 |
|||
) |
Connect to the POP3 server public
string | $host | |
integer | $port | |
integer | $tval |
Definition at line 197 of file class.pop3.php.
Disconnect | ( | ) |
Disconnect from the POP3 server public
Definition at line 315 of file class.pop3.php.
Login | ( | $username = '' , |
|
$password = '' |
|||
) |
Login to the POP3 server (does not support APOP yet) public
string | $username | |
string | $password |
Definition at line 272 of file class.pop3.php.
$CRLF = "\r\n" |
Definition at line 79 of file class.pop3.php.
$do_debug = 2 |
Definition at line 85 of file class.pop3.php.
$host |
Definition at line 91 of file class.pop3.php.
$password |
Definition at line 115 of file class.pop3.php.
$POP3_PORT = 110 |
Definition at line 67 of file class.pop3.php.
$POP3_TIMEOUT = 30 |
Definition at line 73 of file class.pop3.php.
$port |
Definition at line 97 of file class.pop3.php.
$tval |
Definition at line 103 of file class.pop3.php.
$username |
Definition at line 109 of file class.pop3.php.