Enough-Software / enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Mozilla Public License 2.0
104 stars 56 forks source link

TextPlain can be true without a multipartAlternative #150

Closed castaway closed 3 years ago

castaway commented 3 years ago

Fixes #149 (are we missing any other possible X+plain types?)

robert-virkus commented 3 years ago

Thanks for the fix, I think this can be further improved by just checking mediaType.isMultipart, I will do that in a minute