|
VMime
|
This is the complete list of members for POP3Command, including all inherited members.
| APOP(const string &username, const string &digest) | POP3Command | static |
| AUTH(const string &mechName) | POP3Command | static |
| AUTH(const string &mechName, const string &initialResponse) | POP3Command | static |
| CAPA() | POP3Command | static |
| createCommand(const string &text, const string &traceText="") | POP3Command | static |
| DELE(const unsigned long msg) | POP3Command | static |
| getText() const | POP3Command | virtual |
| getTraceText() const | POP3Command | virtual |
| LIST() | POP3Command | static |
| LIST(const unsigned long msg) | POP3Command | static |
| NOOP() | POP3Command | static |
| object() | object | protected |
| object(const object &) | object | protected |
| operator=(const object &) | object | protected |
| PASS(const string &password) | POP3Command | static |
| POP3Command(const string &text, const string &traceText) | POP3Command | protected |
| POP3Command(const POP3Command &) | POP3Command | protected |
| QUIT() | POP3Command | static |
| RETR(const unsigned long msg) | POP3Command | static |
| RSET() | POP3Command | static |
| send(shared_ptr< POP3Connection > conn) | POP3Command | virtual |
| STAT() | POP3Command | static |
| STLS() | POP3Command | static |
| TOP(const unsigned long msg, const unsigned long lines) | POP3Command | static |
| UIDL() | POP3Command | static |
| UIDL(const unsigned long msg) | POP3Command | static |
| USER(const string &username) | POP3Command | static |
| ~object() | object | protectedvirtual |