VMime
|
Public Member Functions | |
virtual | ~messageStructure () |
virtual shared_ptr< const messagePart > | getPartAt (const size_t pos) const =0 |
virtual shared_ptr< messagePart > | getPartAt (const size_t pos)=0 |
virtual size_t | getPartCount () const =0 |
Protected Member Functions | |
messageStructure () | |
messageStructure (const messageStructure &) | |
![]() | |
object () | |
object (const object &) | |
object & | operator= (const object &) |
virtual | ~object () |
Structure of a MIME part/message.
|
protected |
|
protected |
|
virtual |
|
pure virtual |
Return the part at the specified position (first part is at position 0).
pos | position |
Implemented in IMAPMessageStructure, and maildirMessageStructure.
|
pure virtual |
Return the part at the specified position (first part is at position 0).
pos | position |
Implemented in IMAPMessageStructure, and maildirMessageStructure.
|
pure virtual |
Return the number of parts in this part.
Implemented in IMAPMessageStructure, and maildirMessageStructure.