M
M.Liang Liu
Hi,all:
I am writing a web application to show mails received by JavaMail.
And I found that some content-type of the mail headers is:multipart/
related,which means there are some embeded images,vidios,etc.And I
checked the original tmp file to find the mail contains one part
labeled "text/html",including tokens as this:
++++++++++++++++++++++++++++++++++++++
<DIV><FONT face=Verdana><IMG alt="" hspace=0
src="cid:[email protected]"
align=baseline border=0></DIV>
++++++++++++++++++++++++++++++++++++++
I found the id of one of the parts which looks like an attachment, is
"(e-mail address removed)" and I assumed that it was the very image.
OK,the question is:
How to make the embeded images display properly when to show a HTML
message?
Any comments is greatly appreciated.
Pardon me for my poor English
I am writing a web application to show mails received by JavaMail.
And I found that some content-type of the mail headers is:multipart/
related,which means there are some embeded images,vidios,etc.And I
checked the original tmp file to find the mail contains one part
labeled "text/html",including tokens as this:
++++++++++++++++++++++++++++++++++++++
<DIV><FONT face=Verdana><IMG alt="" hspace=0
src="cid:[email protected]"
align=baseline border=0></DIV>
++++++++++++++++++++++++++++++++++++++
I found the id of one of the parts which looks like an attachment, is
"(e-mail address removed)" and I assumed that it was the very image.
OK,the question is:
How to make the embeded images display properly when to show a HTML
message?
Any comments is greatly appreciated.
Pardon me for my poor English