A local copy of an email. More...
#include "message.h"
Data Fields | |
FILE * | fp |
pointer to the message data | |
char * | path |
path to temp file | |
char * | committed_path |
the final path generated by mx_msg_commit() | |
bool | write |
nonzero if message is open for writing | |
struct { | |
bool read: 1 | |
Message has been read. More... | |
bool flagged: 1 | |
Message is flagged. More... | |
bool replied: 1 | |
Message has been replied to. More... | |
bool draft: 1 | |
Message has been read. More... | |
} | flags |
Flags for the Message. | |
time_t | received |
Time at which this message was received. | |
char* Message::committed_path |
the final path generated by mx_msg_commit()
struct { ... } Message::flags |
Flags for the Message.
time_t Message::received |