CWPOP3Store.h |
Use the links in the table of contents to the left to access the documentation.
Pantomime POP3 client code.
Supported POP3 commands.
POP3Command |
Supported POP3 commands.
typedef enum { POP3_APOP = 0x100, POP3_AUTHORIZATION, POP3_CAPA, POP3_DELE, POP3_LIST, POP3_NOOP, POP3_PASS, POP3_QUIT, POP3_RETR, POP3_RETR_AND_INITIALIZE, POP3_STAT, POP3_STLS, POP3_TOP, POP3_UIDL, POP3_USER, POP3_EMPTY_QUEUE, POP3_EXPUNGE_COMPLETED } POP3Command;
POP3_APOPAPOP authentication command.
POP3_AUTHORIZATIONSpecial command so that we know we are in the authorization state.
POP3_DELEThe POP3 DELE command. See RFC 1939 for details.
POP3_LISTThe POP3 LIST command. See RFC 1939 for details.
POP3_NOOPThe POP3 NOOP command. See RFC 1939 for details.
POP3_PASSThe POP3 PASS command. See RFC 1939 for details.
POP3_QUITThe POP3 QUIT command. See RFC 1939 for details.
POP3_RETRThe POP3 RETR command. See RFC 1939 for details.
POP3_RETR_AND_INITIALIZESame as POP3_RETR but also initialize the message with the received content.
POP3_STATThe POP3 STAT command. See RFC 1939 for details.
POP3_STLSThe STLS POP3 command - see RFC2595.
POP3_TOPThe POP3 TOP command. See RFC 1939 for details.
POP3_UIDLThe POP3 UIDL command. See RFC 1939 for details.
POP3_USERThe POP3 USER command. See RFC 1939 for details.
POP3_EMPTY_QUEUESpecial command to empty the command queue.
POP3_EXPUNGE_COMPLETEDSpecial command to indicate we are done expunging the deleted messages.
This enum lists the supported POP3 commands available in Pantomime's POP3 client code.
_Pantomime_H_CWPOP3Store |
#define _Pantomime_H_CWPOP3Store