|
VMime
|
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 | ( | ) |
Referenced by vmime::net::operator<<(), message::uid::operator=(), and message::uid::uid().
| uid | ( | const unsigned long | uid | ) |
References message::uid::uid().
| uid | ( | const char * | uid | ) |
| bool empty | ( | ) | const |
Referenced by IMAPMessage::fetchPartHeader(), IMAPFolder::getMessages(), and IMAPMessage::setFlags().
| operator string | ( | ) | const |
| message::uid & operator= | ( | const uid & | other | ) |
| message::uid & operator= | ( | const string & | uid | ) |
References message::uid::uid().
| message::uid & operator= | ( | const unsigned long | uid | ) |
References message::uid::uid().
| bool operator== | ( | const uid & | other | ) | const |