|
VMime
|
This is the complete list of members for SMTPCommand, including all inherited members.
| 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 |
| createCommand(const string &text, const string &traceText="") | SMTPCommand | static |
| DATA() | SMTPCommand | static |
| EHLO(const string &hostname) | SMTPCommand | static |
| getText() const | SMTPCommand | virtual |
| getTraceText() const | SMTPCommand | virtual |
| HELO(const string &hostname) | SMTPCommand | static |
| 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) | SMTPCommand | virtual |
| ~object() | object | protectedvirtual |