rjbs / Email-MIME

perl library for parsing MIME messages
20 stars 30 forks source link

Missing inheritance of 'flowed' from single-part attributes to message attributes #59

Open lwi opened 6 years ago

lwi commented 6 years ago

While type, subtype and charset is inherited to the header of the message for a single-part, 'flowed' is completely discarded.

Where to fix: /usr/share/perl5/Email/MIME.pm:787 and following