get_rfc2047_compliance_mode
Description:
Gets the compliance mode that should be used when parsing rfc2047 encoded words.
Note: Even in STRICT mode, the rfc2047 parser is fairly liberal in what it accepts. Setting it to LOOSE just makes it try harder to deal with garbage input.
Parameters:
this |
a ParserOptions or null |
Returns:
the compliance mode that is currently set. |