default
[ class tree: default ] [ index: default ] [ all elements ]

Class: POP3

Source Location: /includes/classes/phpmailer/class.pop3.php

Class Overview




Variables

Methods



Class Details

[line 48]


[ Top ]


Class Variables

$CRLF =  "\r\n"

[line 65]

POP3 Carriage Return + Line Feed



Tags:

access:  public

Type:   string


[ Top ]

$do_debug =  2

[line 71]

Displaying Debug warnings? (0 = now, 1+ = yes)



Tags:

access:  public

Type:   int


[ Top ]

$host =

[line 77]

POP3 Mail Server



Tags:

access:  public

Type:   string


[ Top ]

$password =

[line 101]

POP3 Password



Tags:

access:  public

Type:   string


[ Top ]

$POP3_PORT =  110

[line 53]

Default POP3 port



Tags:

access:  public

Type:   int


[ Top ]

$POP3_TIMEOUT =  30

[line 59]

Default Timeout



Tags:

access:  public

Type:   int


[ Top ]

$port =

[line 83]

POP3 Port



Tags:

access:  public

Type:   int


[ Top ]

$tval =

[line 89]

POP3 Timeout Value



Tags:

access:  public

Type:   int


[ Top ]

$username =

[line 95]

POP3 Username



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 116]

POP3 __construct( )

Constructor, sets the initial values



Tags:

access:  public


[ Top ]

method Authorise [line 131]

void Authorise( string $host, [integer $port = false], [integer $tval = false], string $username, string $password, [ $debug_level = 0])

Combination of public events - connect, login, disconnect



Tags:

access:  public


Parameters:

string   $host  
integer   $port  
integer   $tval  
string   $username  
string   $password  
   $debug_level  

[ Top ]

method Connect [line 183]

boolean Connect( string $host, [integer $port = false], [integer $tval = 30])

Connect to the POP3 server



Tags:

access:  public


Parameters:

string   $host  
integer   $port  
integer   $tval  

[ Top ]

method Disconnect [line 301]

void Disconnect( )

Disconnect from the POP3 server



Tags:

access:  public


[ Top ]

method Login [line 258]

boolean Login( [string $username = ''], [string $password = ''])

Login to the POP3 server (does not support APOP yet)



Tags:

access:  public


Parameters:

string   $username  
string   $password  

[ Top ]


Documentation generated on Thu, 01 Jan 2009 14:04:16 -0800 by phpDocumentor 1.4.2