"Shawn Neumann" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I was wondering if anyone could point me in the direction of some
> documentation on Outlook's html formatting and additional tags ('=' all
> over the place!).  We have a product in which we would like parse
> Outlook messages accurately and Mozilla seems to do just that!

Those "=" signs all over the place don't have anything to do
with HTML...or content types, or anything nonstandard for
that matter. It's part of the MIME spec. Outlook sends most
of its messages with "Content-Transfer-Encoding: quoted-printable",
which is a way of encoding a message so that it is mostly
human-readable if read by a non-MIME-compliant mailer, but
uses no characters outside of 7-bit US-ASCII. The "=" is used
to encode characters outside of US-ASCII.

For details, see section 6.7 of RFC 2045
http://www.faqs.org/rfcs/rfc2045.html





Reply via email to