How can I send an e-mail outside of the US-ASCII character set? Using MimeUtility.encodeText() leaves the character set in the subject when looking at the message (in MS Outlook).
Created May 4, 2012
John Zukowski For the subject, use:
MimeMessage.setSubject(String subj, String charset)
MimeMessage.setSubject(String subj, String charset)