mail-parser icon indicating copy to clipboard operation
mail-parser copied to clipboard

fix: `MessagePart::len` not returning right value on nested messages.

Open yeatse opened this issue 7 months ago • 0 comments

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.

yeatse avatar Dec 02 '23 14:12 yeatse