haydenwoodhead / burner.kiwi

No bullshit temporary mail service written in Go
https://burner.kiwi
MIT License
214 stars 26 forks source link

Switch unmaintained parsemail dep to the active fork #49

Closed k3a closed 1 year ago

k3a commented 1 year ago

The original parsemail golang library is unmaintained so I've made a fork and plan to actively manage it. This fork integrates several pending PRs from the original repo and properly handles various Content-Transfer-Encoding like base64, which previously displayed as base64-encoded text in burner.kiwi

It is a drop-in replacement with just "quoted-printable" parsing removed as that is now done in the parsemail library directly.

Fixes #48