|
VMime
|
#include <message.hpp>
Public Member Functions | |
| uid () | |
| uid (const string &uid) | |
| uid (const unsigned long uid) | |
| uid (const char *uid) | |
| uid (const uid &other) | |
| uid & | operator= (const uid &other) |
| uid & | operator= (const string &uid) |
| uid & | operator= (const unsigned long uid) |
| operator string () const | |
| bool | empty () const |
| bool | operator== (const uid &other) const |
The type for an unique message identifier.
| uid | ( | ) |
References vmime::dynamicCast().
| bool empty | ( | ) | const |
References message::uid::empty().
Referenced by message::uid::empty(), IMAPFolder::getMessages(), and IMAPMessage::setFlags().
| message::uid & operator= | ( | const string & | uid | ) |
| message::uid & operator= | ( | const uid & | other | ) |
| message::uid & operator= | ( | const unsigned long | uid | ) |
References vmime::dynamicCast().