好象是这样的:
Content-Type: image/jpg;
name="shuangshupan.jpg"
Content-Transfer-Encoding: base64
Content-ID: <[email protected]>
而在解码后的html文件中肯定会有类似的信息:
<img src="cid:ID号">其中ID号就是上面Content-ID所指的内容经解码后的信息。
你可以将该邮件的html部分及相关的图片信息都保存成单独的文件,同时必须修改html中的相应信息。
比如:
c:\temp\mailid\mail.html
c:\temp\mailid\shuangshupan.jpg
<img src="shuangshupan.jpg">就可以了。