Located in /modules/Apps/MailClient/PEAR/Net/POP3.php [line 58]
Properties
Methods
The auth methods this class support
The capability response
To allow class debuging
Net_POP3 Net_POP3( )
void connect( [ $host = 'localhost'], [ $port = 110] )
void deleteMsg( $msg_id )
void disconnect( )
void getBody( $msg_id )
void getListing( [ $msg_id = null] )
void getMsg( $msg_id )
void getParsedHeaders( $msg_id )
void getRawHeaders( $msg_id )
void getSize( )
void login( $user, $pass, [ $apop = true] )
void numMsg( )
void setDebug( [bool $debug = true] )
Sets the bebug state
void _authCRAM_MD5( $uid, $pwd )
void _authDigest_MD5( $uid, $pwd )
void _authLOGIN( $user, $pass )
void _authPLAIN( $user, $pass )
void _authUSER( $user, $pass )
void _cmdApop( $user, $pass )
void _cmdAuthenticate( $uid, $pwd, [ $userMethod = null] )
void _cmdDele( $msg_id )
void _cmdList( [ $msg_id = null] )
void _cmdNoop( )
void _cmdPass( $pass )
void _cmdQuit( )
void _cmdRetr( $msg_id )
void _cmdRset( )
void _cmdStat( )
void _cmdTop( $msg_id, $num_lines )
void _cmdUidl( [ $msg_id = null] )
void _cmdUser( $user )
void _getMultiline( )
void _sendCmd( $cmd )