What encodings/decodings are supported by the JavaMail API?
Created May 7, 2012
John Zukowski All the encodings defined in RFC 2045 are supported here. This includes "base64", "quoted-printable", "7bit", "8bit", and "binary". In addition, "uuencode" is supported, too.