|
VMime
|
This is the complete list of members for SMTPCommandSet, including all inherited members.
| addCommand(shared_ptr< SMTPCommand > cmd) | SMTPCommandSet | |
| AUTH(const string &mechName) | SMTPCommand | static |
| AUTH(const string &mechName, const std::string &initialResponse) | SMTPCommand | static |
| BDAT(const size_t chunkSize, const bool last) | SMTPCommand | static |
| create(const bool pipeline) | SMTPCommandSet | static |
| createCommand(const string &text, const string &traceText="") | SMTPCommand | static |
| DATA() | SMTPCommand | static |
| EHLO(const string &hostname) | SMTPCommand | static |
| getLastCommandSent() const | SMTPCommandSet | |
| getText() const | SMTPCommandSet | virtual |
| getTraceText() const | SMTPCommandSet | virtual |
| HELO(const string &hostname) | SMTPCommand | static |
| isFinished() const | SMTPCommandSet | |
| MAIL(const mailbox &mbox, const bool utf8) | SMTPCommand | static |
| MAIL(const mailbox &mbox, const bool utf8, const size_t size) | SMTPCommand | static |
| NOOP() | SMTPCommand | static |
| object() | object | protected |
| object(const object &) | object | protected |
| operator=(const object &) | object | protected |
| QUIT() | SMTPCommand | static |
| RCPT(const mailbox &mbox, const bool utf8) | SMTPCommand | static |
| RSET() | SMTPCommand | static |
| SMTPCommand(const string &text, const string &traceText) | SMTPCommand | protected |
| SMTPCommand(const SMTPCommand &) | SMTPCommand | protected |
| STARTTLS() | SMTPCommand | static |
| writeToSocket(shared_ptr< socket > sok, shared_ptr< tracer > tr) | SMTPCommandSet | virtual |
| ~object() | object | protectedvirtual |