mail-parser
mail-parser copied to clipboard
fix: `MessagePart::len` not returning right value on nested messages.
Related issue: #38
The methods in PartType
and MessagePart
should utilize raw_message()
instead of the field element to avoid returning incorrect values for nested messages.