Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Decoding a "quoted-printable" string in Java

I would like to use javax.mail.internet.MimeUtility to decode a "quoted-printable" string. I do not need any other interface to a mail server. What's the best way to get at that class (and its dependencies)? Alternatively, is there a better way to parse "quoted-printable" strings?

like image 651
Gene Golovchinsky Avatar asked Oct 19 '25 13:10

Gene Golovchinsky


1 Answers

The Apache Commons Codec library also has support for quoted printable and is available under the more permissive apache license.

like image 171
Jörn Horstmann Avatar answered Oct 22 '25 03:10

Jörn Horstmann



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!