PHP Manual

PEAR Manual

Smarty Manual

PostgreSQL

MySQL Manual

Perl Manual

net_pop3

table of contents
introduction to net_pop3 -- 
net_pop3::net_pop3() -- constructor
net_pop3::connect() -- connection to pop3 server
net_pop3::deletemsg() -- marks a message for deletion
net_pop3::disconnect() -- disconnection to pop3 server
net_pop3::getbody() -- returns the body of the message
net_pop3::getlisting() -- listing message in maildrop
net_pop3::getmsg() -- returns the entire message
net_pop3::getparsedheaders() -- returns the parsed headers of the specified message
net_pop3::getrawheaders() -- returns the raw headers of the specified message
net_pop3::getsize() -- returns the size of the maildrop
net_pop3::login() -- performs the login procedure
net_pop3::nummsg() -- number of messages in this maildrop

provides a pop3 class to access pop3 server.