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.
