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

Class: Net_POP3

Source Location: /Net_POP3-1.3.6/POP3.php

Class Overview




Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 58]


[ Top ]


Class Variables

$supportedAuthMethods = array( 'CRAM-MD5', 'APOP' , 'PLAIN' , 'LOGIN', 'USER')

[line 124]

The auth methods this class support

Type:   array


[ Top ]

$supportedSASLAuthMethods = array('DIGEST-MD5', 'CRAM-MD5')

[line 133]

The auth methods this class support

Type:   array


[ Top ]



Method Detail

Net_POP3 (Constructor)   [line 149]

Net_POP3 Net_POP3( )


[ Top ]

connect   [line 203]

void connect( [ $host = 'localhost'], [ $port = 110])


Parameters:

   $host   — 
   $port   — 

[ Top ]

deleteMsg   [line 814]

void deleteMsg( $msg_id)


Parameters:

   $msg_id   — 

[ Top ]

disconnect   [line 236]

void disconnect( )


[ Top ]

getBody   [line 744]

void getBody( $msg_id)


Parameters:

   $msg_id   — 

[ Top ]

getListing   [line 830]

void getListing( [ $msg_id = null])


Parameters:

   $msg_id   — 

[ Top ]

getMsg   [line 760]

void getMsg( $msg_id)


Parameters:

   $msg_id   — 

[ Top ]

getParsedHeaders   [line 712]

void getParsedHeaders( $msg_id)


Parameters:

   $msg_id   — 

[ Top ]

getRawHeaders   [line 693]

void getRawHeaders( $msg_id)


Parameters:

   $msg_id   — 

[ Top ]

getSize   [line 774]

void getSize( )


[ Top ]

login   [line 251]

void login( $user, $pass, [ $apop = true])


Parameters:

   $user   — 
   $pass   — 
   $apop   — 

[ Top ]

numMsg   [line 793]

void numMsg( )


[ Top ]

setDebug   [line 1142]

void setDebug( [bool $debug = true])

Sets the bebug state
  • Access: public

Parameters:

bool   $debug   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:31:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.