mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

Add support for message/rfc822-headers content type #256

Open tiger-zz opened 2 years ago

tiger-zz commented 2 years ago

There is a bug in how flanker parses messages with the content type of message/rfc822-headers. This PR fixes this by treating the message/rfc822-headers type as a header container, just like text/rfc822-headers

mailgun-ci commented 2 years ago

Can one of the admins verify this patch?