VMime
|
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 | ( | ) |
parsingContext | ( | const parsingContext & | ctx | ) |
|
static |
Returns the default context used for parsing messages.
Referenced by text::decodeAndUnfold(), and component::parse().