VMime
|
Public Member Functions | |
maildirMessagePart (shared_ptr< maildirMessagePart > parent, const int number, const bodyPart &part) | |
~maildirMessagePart () | |
shared_ptr< const messageStructure > | getStructure () const |
shared_ptr< messageStructure > | getStructure () |
weak_ptr< const maildirMessagePart > | getParent () const |
const mediaType & | getType () const |
size_t | getSize () const |
int | getNumber () const |
shared_ptr< const header > | getHeader () const |
header & | getOrCreateHeader () |
size_t | getHeaderParsedOffset () const |
size_t | getHeaderParsedLength () const |
size_t | getBodyParsedOffset () const |
size_t | getBodyParsedLength () const |
void | initStructure (const bodyPart &part) |
Additional Inherited Members | |
![]() | |
object () | |
object (const object &) | |
object & | operator= (const object &) |
virtual | ~object () |
maildirMessagePart | ( | shared_ptr< maildirMessagePart > | parent, |
const int | number, | ||
const bodyPart & | part | ||
) |
References bodyPart::getBody(), and bodyPart::getHeader().
~maildirMessagePart | ( | ) |
size_t getBodyParsedLength | ( | ) | const |
size_t getBodyParsedOffset | ( | ) | const |
|
virtual |
Return the header section for this part (you must fetch header before using this function: see message::fetchPartHeader).
Implements messagePart.
size_t getHeaderParsedLength | ( | ) | const |
size_t getHeaderParsedOffset | ( | ) | const |
|
virtual |
Return the part sequence number (index).
The first part is at index zero.
Implements messagePart.
header & getOrCreateHeader | ( | ) |
weak_ptr<const maildirMessagePart> getParent | ( | ) | const |
|
virtual |
|
virtual |
Return the structure of this part.
Implements messagePart.
References maildirMessageStructure::emptyStructure().
|
virtual |
Return the structure of this part.
Implements messagePart.
References maildirMessageStructure::emptyStructure().
|
virtual |
Return the media-type of the content in this part.
Implements messagePart.
void initStructure | ( | const bodyPart & | part | ) |
References bodyPart::getBody().