trichview.com

trichview.support




Re: Embedded graphic


Return to index


Author

Message

steve

Posted: 03/18/2002 17:00:31


"Pat" <[email protected]> wrote:

>When you send an email using Outlook in HTML format and your email contains

>images, those images are embed directly in the HTML file. That is why people

>can see the HTML with all the pictures. They are not linked to a URL but

>embedded. I think Outlook uses MIME Encoding...


HTML never has embedded binary data and all E-Mails are

mime-encoded in general (nowadays).

A HTML mail is divided into several mimeparts.

There is one part containing the HTML text and other parts containing images.

The HTML part references its images via an Content Identifier

(CID:) in the <img> tag. The MIME part which is marked with this CID holds

the (Base64) encoded binary data of the image.

Have a look into an *.eml file :-)





Powered by ABC Amber Outlook Express Converter