
Edward Hibbert - 2011-08-24 19:39:35
Great class, thanks. I was wondering whether I could use it to handle the decode of transfer encodings for a non-MIME message. So if I have a message with:
Content-Transfer-Encoding: base64
Content-Type: text/plain; charset="Windows-1252"
...then I would like to be able to extract the base64-decoded version of the message (and the same for QP). Is this possible?