Constructor, sets the initial values
API Tags:
void Authorise(
string
$host, [integer
$port = false], [integer
$tval = false], string
$username, string
$password, [
$debug_level = 0]
)
|
|
Combination of public events - connect, login, disconnect
Parameters:
|
string |
$host: |
|
|
integer |
$port: |
|
|
integer |
$tval: |
|
|
string |
$username: |
|
|
string |
$password: |
|
|
|
$debug_level: |
|
API Tags:
boolean Connect(
string
$host, [integer
$port = false], [integer
$tval = 30]
)
|
|
Connect to the POP3 server
Parameters:
|
string |
$host: |
|
|
integer |
$port: |
|
|
integer |
$tval: |
|
API Tags:
Disconnect from the POP3 server
API Tags:
boolean Login(
[string
$username = ''], [string
$password = '']
)
|
|
Login to the POP3 server (does not support APOP yet)
Parameters:
|
string |
$username: |
|
|
string |
$password: |
|
API Tags: