parsemail
parsemail copied to clipboard
converts encoding to lowercase
Hey, great little library, saved me a bunch of time.
I've run into some minor issues with third parties sending emails with "Content-Transfer-Encoding" set to "Base64" rather than "base64". This PR addresses that issue for me, but I'm not sure if you'll want to merge considering it's technically incorrect.
Cheers