CUST-932 Add message/rfc822-headers as an rfc header #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
We were failing to parse a bounce message that had this sub-part MIME:
Only the overall MIME multipart MIME part and the erronous MIME part were included. The existing flanker library did not treat the
Content-Type
header in themessage/rfc822-headers
section correctly as it did not properly categorize theContent-Type
ofmessage/rfc822-headers
as a containerTests
Made the change to my local instance of flanker, than ran our parsing logic against the failing mime. This parsed the mime correctly
I could not get the nosetests to run correctly on my local machine