#include <message.h>
Collaboration diagram for XePMessage_s:

Public Attributes | |
| char * | data |
| Current in memory data. | |
| size_t | len |
| Its size. | |
| XePFolder * | folder |
| The related folder. | |
| uint32_t | muid |
| A unique identifier for the structure, * incremented for each call to XePMessage_new(). | |
| int | async |
| Wether the message content is to be fetched. | |
| mailmessage * | msg |
| The message structure. | |
| mailmime * | mime |
| The root MIME of the message. | |
| mailimf_fields * | fields |
| The fields of the root MIME. | |
| mailimf_single_fields * | single_fields |
| mailmime * | selected_mime |
| The selected MIME. | |
| mailmime * | default_mime |
| The default MIME part. | |
| uint32_t | flags_set |
| Flags to set, used by a_Message_flags_change(). | |
| uint32_t | flags_unset |
| Flags to unset, used by a_Message_flags_change(). | |
| char * | source_charset |
| The source charset of the data. | |
| const char * | dest_charset |
| The destination charset. | |
| int | owner |
| Set to 1 if we should free everything we point to (i.e. | |
| char * | filename |
| Name of a file containing this message. | |
| int | fd |
| File descriptor related to filename. | |
| char * | msg_data |
| Pointer to the in-memory RFC2822 message. | |
| size_t | msg_size |
| Size of the in-memory RFC2822 message. | |
|
|
Wether the message content is to be fetched.
|
|
|
Current in memory data.
|
|
|
The default MIME part.
|
|
|
The destination charset.
|
|
|
File descriptor related to filename.
|
|
|
The fields of the root MIME.
|
|
|
Name of a file containing this message.
|
|
|
Flags to set, used by a_Message_flags_change().
|
|
|
Flags to unset, used by a_Message_flags_change().
|
|
|
The related folder.
|
|
|
Its size.
|
|
|
The root MIME of the message.
|
|
|
The message structure.
|
|
|
Pointer to the in-memory RFC2822 message.
|
|
|
Size of the in-memory RFC2822 message.
|
|
|
A unique identifier for the structure, * incremented for each call to XePMessage_new(). Must be set and read only from the main thread. |
|
|
Set to 1 if we should free everything we point to (i.e. including msg and mime |
|
|
The selected MIME.
|
|
|
|
|
|
The source charset of the data.
|
1.3.2