Hi 1 & All,
I have a problem while converting eml into htm. i.e. the image in the eml is not added to htm.
Iam using BufferedInputStream and BufferedOutputStream to read the eml body part and write into an htm.
eml body has text/html part which i wanted to create as separate html file.
The images are added in this text/html part by specifying the content-id of that image
i.e. ,
<TD width="233px"><IMG align="absbottom" src="cid:a" width="233" height="38"></td>
<TD width="100%"><IMG align="absbottom" src="cid:b" width="100%" height="38"></td>
This content-ids are defined at the bottom of the eml file.
Now, the problem is the htm file is created without adding these images and the images are created as separate pages.
Can any one Please tell me where actually iam going wrong.
Thanks & Regards,
Vjay