|
VMime
|


Classes | |
| class | fileInfo |
Public Member Functions | |
| fileAttachment (const string &filepath, const mediaType &type) | |
| fileAttachment (const string &filepath, const mediaType &type, const text &desc) | |
| fileAttachment (const string &filepath, const mediaType &type, const text &desc, const encoding &enc) | |
| 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) | |
| const fileInfo & | getFileInfo () const |
| fileInfo & | getFileInfo () |
Public Member Functions inherited from defaultAttachment | |
| defaultAttachment (shared_ptr< const contentHandler > data, const encoding &enc, const mediaType &type, const text &desc=NULL_TEXT, const word &name=NULL_WORD) | |
| defaultAttachment (shared_ptr< const contentHandler > data, const mediaType &type, const text &desc=NULL_TEXT, const word &name=NULL_WORD) | |
| defaultAttachment (const defaultAttachment &attach) | |
| ~defaultAttachment () | |
| defaultAttachment & | operator= (const defaultAttachment &attach) |
| const mediaType | getType () const |
| const text | getDescription () const |
| const word | getName () const |
| const shared_ptr< const contentHandler > | getData () const |
| const encoding | getEncoding () const |
| shared_ptr< const object > | getPart () const |
| shared_ptr< const header > | getHeader () const |
Public Member Functions inherited from attachment | |
| virtual | ~attachment () |
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 | ( | const string & | filepath, |
| const mediaType & | type, | ||
| const text & | desc | ||
| ) |
| fileAttachment | ( | const string & | filepath, |
| const mediaType & | type, | ||
| const text & | desc, | ||
| const encoding & | enc | ||
| ) |
References defaultAttachment::m_desc, defaultAttachment::m_encoding, and defaultAttachment::m_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 | ||
| ) |
References defaultAttachment::generatePart(), fileAttachment::fileInfo::getCreationDate(), fileAttachment::fileInfo::getFilename(), platform::getHandler(), path::getLastComponent(), fileAttachment::fileInfo::getModificationDate(), fileAttachment::fileInfo::getReadDate(), fileAttachment::fileInfo::getSize(), fileAttachment::fileInfo::hasCreationDate(), fileAttachment::fileInfo::hasFilename(), fileAttachment::fileInfo::hasModificationDate(), fileAttachment::fileInfo::hasReadDate(), fileAttachment::fileInfo::hasSize(), word::isEmpty(), defaultAttachment::m_data, defaultAttachment::m_desc, defaultAttachment::m_encoding, defaultAttachment::m_type, fileAttachment::fileInfo::setFilename(), fileAttachment::fileInfo::setSize(), and stringUtils::toString().
| const fileAttachment::fileInfo & getFileInfo | ( | ) | const |
| fileAttachment::fileInfo & getFileInfo | ( | ) |