gen-smtp / gen_smtp

The extensible Erlang SMTP client and server library.
Other
683 stars 266 forks source link

Remove extra new line on multipart encoding (closes #260) #261

Closed xadhoom closed 3 years ago

xadhoom commented 3 years ago

An extra new line was added when a multipart/alternative is encoded inside a multipart/mixed email.

This also adds a fixture and a couple of test for both decoding and encoding.

mworrell commented 3 years ago

Thanks!