class TMail::Config
new(strict)
-> TMail::Config
strict: true | false
create a TMail::Config object. set true to all strict_* attributes if STRICT is true.
strict_parse?
If this flag is true, TMail's parsers may raise TMail::SyntaxError. If not, it never raises SynaxError.