GaloisInc / mime

A Haskell MIME library
Other
12 stars 11 forks source link

Fix quoted printable #14

Closed chrisdone closed 6 months ago

chrisdone commented 6 years ago

I have received in the wild a message with =\n in it, rather than what this lib expected which was =\r\n.

I fixed it and included a regression test for it with the offending example.