VMime
IMAPCommand Member List

This is the complete list of members for IMAPCommand, including all inherited members.

APPEND(const string &mailboxName, const std::vector< string > &flags, vmime::datetime *date, const size_t size)IMAPCommandstatic
AUTHENTICATE(const string &mechName)IMAPCommandstatic
AUTHENTICATE(const string &mechName, const string &initialResponse)IMAPCommandstatic
CAPABILITY()IMAPCommandstatic
CLOSE()IMAPCommandstatic
COPY(const messageSet &msgs, const string &mailboxName)IMAPCommandstatic
CREATE(const string &mailboxName, const std::vector< string > &params)IMAPCommandstatic
createCommand(const string &text, const string &traceText="")IMAPCommandstatic
DELETE(const string &mailboxName)IMAPCommandstatic
EXPUNGE()IMAPCommandstatic
FETCH(const messageSet &msgs, const std::vector< string > &params)IMAPCommandstatic
getText() const IMAPCommandvirtual
getTraceText() const IMAPCommandvirtual
IMAPCommand(const string &text, const string &traceText)IMAPCommandprotected
IMAPCommand(const IMAPCommand &)IMAPCommandprotected
LIST(const string &refName, const string &mailboxName)IMAPCommandstatic
LOGIN(const string &username, const string &password)IMAPCommandstatic
LOGOUT()IMAPCommandstatic
NOOP()IMAPCommandstatic
object()objectprotected
object(const object &)objectprotected
operator=(const object &)objectprotected
RENAME(const string &mailboxName, const string &newMailboxName)IMAPCommandstatic
SEARCH(const std::vector< string > &keys, const vmime::charset *charset)IMAPCommandstatic
SELECT(const bool readOnly, const string &mailboxName, const std::vector< string > &params)IMAPCommandstatic
send(shared_ptr< IMAPConnection > conn)IMAPCommandvirtual
STARTTLS()IMAPCommandstatic
STATUS(const string &mailboxName, const std::vector< string > &attribs)IMAPCommandstatic
STORE(const messageSet &msgs, const int mode, const std::vector< string > &flags)IMAPCommandstatic
~object()objectprotectedvirtual