|
VMime
|
#include <POP3Command.hpp>


Public Member Functions | |
| virtual void | send (shared_ptr< POP3Connection > conn) |
| virtual const string | getText () const |
| virtual const string | getTraceText () const |
Protected Member Functions | |
| POP3Command (const string &text, const string &traceText) | |
| POP3Command (const POP3Command &) | |
Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
A POP3 command that will be sent to the server.
|
protected |
|
protected |
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
|
static |
References POP3Command::createCommand().
|
static |
Creates a new POP3 command with the specified text.
| text | command text |
| traceText | trace text (if empty, command text is used) |
References vmime::dynamicCast().
Referenced by POP3Command::APOP(), POP3Command::AUTH(), POP3Command::AUTH(), POP3Command::CAPA(), POP3Command::DELE(), POP3Command::LIST(), POP3Command::LIST(), POP3Command::NOOP(), POP3Command::PASS(), POP3Command::QUIT(), POP3Command::RETR(), POP3Command::RSET(), POP3Command::STAT(), POP3Command::STLS(), POP3Command::TOP(), POP3Command::UIDL(), POP3Command::UIDL(), and POP3Command::USER().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
Returns the full text of the command, including command name and parameters (if any).
Returns the full text of the command, suitable for outputing to the tracer.
|
static |
References POP3Command::createCommand().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
|
static |
References POP3Command::createCommand().
Referenced by POP3Store::noop().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
|
static |
References POP3Command::createCommand().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
Referenced by POP3Message::extract().
|
static |
References POP3Command::createCommand().
|
virtual |
Sends this command over the specified connection.
| conn | connection onto which the command will be sent |
References vmime::dynamicCast().
|
static |
References POP3Command::createCommand().
|
static |
References POP3Command::createCommand().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
|
static |
References POP3Command::createCommand().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().
|
static |
References POP3Command::createCommand(), and vmime::dynamicCast().