"Ben Bucksch" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Garth Wallace wrote:
>
> >Outlook sends most
> >of its messages with "Content-Transfer-Encoding: quoted-printable",
> >
> >The "=" is used to encode characters outside of US-ASCII.
> >
> Which is plain nonsense, given that you can represent any HTML document
> in 7bit US-ASCII using the HTML standard only. Thus, QP is unnecessary
> and only makes the source harder to read.
True, it's goofy, but it's still perfectly legitimate AFAICT.
It looks like they leave the non-ASCII characters raw in
the HTML source, then send in quoted-printable. As long
as the charset is properly declared, that's okay (just weird).
Of course, no guarantee that they declare the charset (I
can't check right now)--they may just assume the default
Windows charset, which would be bad.