parsemail
parsemail copied to clipboard
handle lower encoding, add quoteprintable, fix attachment handling, f…
- Lower transfert-encoding as proposed by https://github.com/DusanKasan/parsemail/pull/20
- Fix attachment handling in multipart/mixed as proposed by https://github.com/DusanKasan/parsemail/pull/25
- Fix transfert-encoding support for html and plain which is sometimes base64, quotedprintable, 8bits, binary as proposed by https://github.com/DusanKasan/parsemail/pull/24
- Add quotedprintable transfert-encoding support