Closed chrisdone closed 6 months ago
I have received in the wild a message with =\n in it, rather than what this lib expected which was =\r\n.
=\n
=\r\n
I fixed it and included a regression test for it with the offending example.
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.