|
VMime
|
#include <fileAttachment.hpp>


Classes | |
| class | fileInfo |
Additional Inherited Members | |
Protected Member Functions inherited from defaultAttachment | |
| defaultAttachment () | |
Protected Member Functions inherited from attachment | |
| attachment () | |
Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Protected Attributes inherited from defaultAttachment | |
| mediaType | m_type |
| text | m_desc |
| shared_ptr< const contentHandler > | m_data |
| encoding | m_encoding |
| word | m_name |
Attachment of type 'file'.
| fileAttachment | ( | const string & | filepath, |
| const mediaType & | type | ||
| ) |
| fileAttachment | ( | shared_ptr< contentHandler > | cts, |
| const word & | filename, | ||
| const mediaType & | type | ||
| ) |
| fileAttachment | ( | shared_ptr< contentHandler > | cts, |
| const word & | filename, | ||
| const mediaType & | type, | ||
| const text & | desc | ||
| ) |
| fileAttachment | ( | shared_ptr< contentHandler > | cts, |
| const word & | filename, | ||
| const mediaType & | type, | ||
| const text & | desc, | ||
| const encoding & | enc | ||
| ) |
| fileAttachment::fileInfo & getFileInfo | ( | ) |
| const fileAttachment::fileInfo & getFileInfo | ( | ) | const |