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