Posted By:
Junxiao_Gu
Posted On:
Tuesday, July 17, 2001 05:32 AM
I am using the javamail to receive email, but I encountered a email with gif and html, I can read it using Outlook, but using javamail, I can only get the attached gif file, but the text part content is not the original one as outlook.
The first part is still a multiple/alternate which include "text/plain" and "text/html" and they are both BASE64 transfer encoding and "gb2312" charset
I am wondering how do I parse it to get the result same as outlook express.
Thanks in advance