|
VMime
|
#include <parsingContext.hpp>


Public Member Functions | |
| parsingContext () | |
| parsingContext (const parsingContext &ctx) | |
| Public Member Functions inherited from context | |
| virtual | ~context () |
| bool | getInternationalizedEmailSupport () const |
| void | setInternationalizedEmailSupport (const bool support) |
| const charsetConverterOptions & | getCharsetConversionOptions () const |
| void | setCharsetConversionOptions (const charsetConverterOptions &opts) |
Static Public Member Functions | |
| static parsingContext & | getDefaultContext () |
Additional Inherited Members | |
| Protected Member Functions inherited from context | |
| context () | |
| context (const context &ctx) | |
| virtual context & | operator= (const context &ctx) |
| void | copyFrom (const context &ctx) |
| Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
| Protected Attributes inherited from context | |
| bool | m_internationalizedEmail |
| charsetConverterOptions | m_charsetConvOptions |
Holds configuration parameters used for parsing messages.
| parsingContext | ( | ) |
Referenced by getDefaultContext(), and parsingContext().
| parsingContext | ( | const parsingContext & | ctx | ) |
References context::context(), and parsingContext().
|
static |
Returns the default context used for parsing messages.
References parsingContext().
Referenced by text::decodeAndUnfold(), text::decodeAndUnfold(), emailAddress::parse(), emailAddress::parse(), and emailAddress::parse().