Skip to content
Snippets Groups Projects
Commit 120e48ba authored by vlorentz's avatar vlorentz
Browse files

Add support for recursive multipart messages

Before this commit, parsing the test file would just return
`and more plain text` because it is the largest text part.

This uses `message.get_payload()` instead of `message.walk()`, because
`message.walk()` implements a bottom-up DFS; but with no easy way of
propagating information between nodes.
parent ae8b3148
No related branches found
Tags v5.7.3
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment