You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug No.1:
In OpenPop.Mime.Message.ToMailMessage() HTML-Bodys are copied into System.Net.Mail.MailMessage.Body
Bug No.2:
In OpenPop.Mime.Message.ToMailMessage() the HTML-Bodys is not copied into the AlternateViews. So when System.Net.Mail.MailMessage.IsBodyHtml is set true a email-client like Outlook can't find the html-part and shows the wrong formated "text/plain" Body.
The ContentType of the System.Net.Mail.MailMessage.Body content is always "text/plain".
https://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.body(v=vs.100).aspx
Bug No.1:
In OpenPop.Mime.Message.ToMailMessage() HTML-Bodys are copied into System.Net.Mail.MailMessage.Body
Bug No.2:
In OpenPop.Mime.Message.ToMailMessage() the HTML-Bodys is not copied into the AlternateViews. So when System.Net.Mail.MailMessage.IsBodyHtml is set true a email-client like Outlook can't find the html-part and shows the wrong formated "text/plain" Body.
current.txt
fixed.txt
The text was updated successfully, but these errors were encountered: