How do I set the default character encoding for JavaMail to use?
Created May 8, 2012
John Zukowski The
mail.mime.charset
system property is used. If unset, file.encoding
is used instead.