Also, in the current implementation, setting the System property mail.mime.decodeparameters.strict
to "true"
will cause a ParseException
to be thrown for errors detected while decoding encoded parameters. By default, if any decoding errors occur, the original (undecoded) string is used.
The current implementation supports the System property mail.mime.parameters.strict
, which if set to false when parsing a parameter list allows parameter values to contain whitespace and other special characters without being quoted; the parameter value ends at the next semicolon. If set to true (the default), parameter values are required to conform to the MIME specification and must be quoted if they contain whitespace or special characters.
@author John Mani
@author Bill Shannon
|
|