Akonadi::MessagePart Namespace Reference
Variables | |
AKONADI_KMIME_EXPORT const char * | Body = "RFC822" |
AKONADI_KMIME_EXPORT const char * | Envelope = "ENVELOPE" |
AKONADI_KMIME_EXPORT const char * | Header = "HEAD" |
Detailed Description
Contains predefined part identifiers.
This namespace contains identifiers of item parts that are used for handling email items.
Variable Documentation
const char * Akonadi::MessagePart::Body = "RFC822" |
The part identifier for the main body part.
Definition at line 24 of file messageparts.cpp.
const char * Akonadi::MessagePart::Envelope = "ENVELOPE" |
The part identifier for envelope parts.
Definition at line 23 of file messageparts.cpp.
const char * Akonadi::MessagePart::Header = "HEAD" |
The part identifier for the header part.
Definition at line 25 of file messageparts.cpp.