In the imap.conf, I have the following settings:
includeBody = True
mimeTypes = text/plain,text/html,text/richtext
The email at the end of the post got parsed into:
____________________ Message Body ____________________
\x86٥\x85杙\xEBZ\x86\xDBiz\xAB\xA2\xBC*'\xB5\xE9\xEDO*^r\x89\xEDz{
I am wondering if this app supports text/html with embedded image. I don't care for the embedded image. I just want the HTML part to be parsed correctly. Did anyone ever got such an email parsed? Thanks!
--===============6997838214491873743==
Content-Type: multipart/mixed; boundary="===============7599000962708499449=="
MIME-Version: 1.0
--===============7599000962708499449==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
****** start html code which include: *************
"
****** end html code ***************
--===============7599000962708499449==--
--===============6997838214491873743==
Content-Type: multipart/alternative;
boundary="===============7242997756288481084=="
MIME-Version: 1.0
--===============7242997756288481084==
Content-Type: image/jpeg
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Id:
******* encoded image *******
--===============7242997756288481084==--
--===============6997838214491873743==--
Got the same problem. Any answer to this?