Sicos1977 / MSGReader

C# Outlook MSG file reader without the need for Outlook
http://sicos1977.github.io/MSGReader
MIT License
490 stars 168 forks source link

problem with rtf emails #266

Closed Mokashaa closed 3 years ago

Mokashaa commented 3 years ago

Describe the bug the bodyHtml and bodyRtf elements are not correct when parsing the following email message , this problem arises in some rtf emails .given a sample mail that produces this problem https://drive.google.com/file/d/1II9btzZhuzlfVytyMPMMPb3RCjZtGH_L/view?usp=sharing

To Reproduce Steps to reproduce the behavior:

  1. reply on email and then change the text format (if the original mail is in html format , reply to this email and change format to rtf )
Sicos1977 commented 3 years ago

I use RtfPipe to convert pure RTF to HTML. The conversion goes wrong in this component so you need to make an issue overthere

https://github.com/erdomke/RtfPipe