UTF-7 with JavaMail
Saturday, June 14th, 2008 Posted in Java, Protocols | No Comments »Java has a pretty cool api for handling email called JavaMail. There are classes for constructing and sending multipart email as well as classes for connecting to mailboxes and processing the messages therein. I hit a bit of a problem, however, ...