gen-smtp / gen_smtp

The extensible Erlang SMTP client and server library.
Other
684 stars 265 forks source link

MIME parser should have a 'permissive' mode #10

Open Vagabond opened 13 years ago

Vagabond commented 13 years ago

There's some stupid shit like missing boundaries and messed up quoted-printable encoding that we could handle if we wanted to (although every email with these problems I've examined has been spam). There should be an optional flag to enable permissive mode.

Vagabond commented 13 years ago

Yahoo groups seems to not send Mime-Version headers, another possible thing for the permissive mode.

mworrell commented 7 years ago

We have merged #112 (relates mime-version header checking) and #99 (allow missing mime header).

Does that resolve this issue?