pmengal / MailSystem.NET

Great email library for C#.
GNU Lesser General Public License v3.0
270 stars 136 forks source link

Emails with Content-Type = text don´t import body. #15

Closed reinaldocoelho closed 7 years ago

reinaldocoelho commented 7 years ago

Emails parsed with header content Content-Type equal "text", without subtype don´t process body and result in blank body.

The emails normally come with Content-Type equal "text/plain" including the "plain" subtype on this identification.