Xataface Email Module 0.3
Email/Mailmerge Module for Xataface
Static Public Member Functions | Data Fields
POP35 Class Reference

Static Public Member Functions

static connect ($host=null, $user=null, $pass=null, $port=null, $vssl=null, $tout=null, $context=null, $debug=null)
static auth ($conn=null, $user=null, $pass=null, $debug=null)
static disconnect ($conn=null, $debug=null)
static pnoop ($conn=null, $debug=null)
static prset ($conn=null, $debug=null)
static pquit ($conn=null, $debug=null)
static pstat ($conn=null, $debug=null)
static pdele ($conn=null, $msg=null, $debug=null)
static pretr ($conn=null, $msg=null, $debug=null)
static plist ($conn=null, $msg=null, $debug=null)
static puidl ($conn=null, $msg=null, $debug=null)

Data Fields

const CRLF = "\r\n"
const PORT = 110
const TOUT = 30
const COUT = 5
const BLEN = 1024

Detailed Description

Definition at line 27 of file POP35.php.


Member Function Documentation

static auth ( conn = null,
user = null,
pass = null,
debug = null 
) [static]

Definition at line 98 of file POP35.php.

static connect ( host = null,
user = null,
pass = null,
port = null,
vssl = null,
tout = null,
context = null,
debug = null 
) [static]

Definition at line 56 of file POP35.php.

static disconnect ( conn = null,
debug = null 
) [static]

Definition at line 123 of file POP35.php.

static pdele ( conn = null,
msg = null,
debug = null 
) [static]

Definition at line 210 of file POP35.php.

static plist ( conn = null,
msg = null,
debug = null 
) [static]

Definition at line 261 of file POP35.php.

static pnoop ( conn = null,
debug = null 
) [static]

Definition at line 136 of file POP35.php.

static pquit ( conn = null,
debug = null 
) [static]

Definition at line 170 of file POP35.php.

static pretr ( conn = null,
msg = null,
debug = null 
) [static]

Definition at line 230 of file POP35.php.

static prset ( conn = null,
debug = null 
) [static]

Definition at line 153 of file POP35.php.

static pstat ( conn = null,
debug = null 
) [static]

Definition at line 187 of file POP35.php.

static puidl ( conn = null,
msg = null,
debug = null 
) [static]

Definition at line 312 of file POP35.php.


Field Documentation

const BLEN = 1024

Definition at line 33 of file POP35.php.

const COUT = 5

Definition at line 32 of file POP35.php.

const CRLF = "\r\n"

Definition at line 29 of file POP35.php.

const PORT = 110

Definition at line 30 of file POP35.php.

const TOUT = 30

Definition at line 31 of file POP35.php.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Enumerations