On Friday 14 October 2005 20:09, MJ Ray wrote:
but I suspect it's more likely to be related to your client not doing MIME properly, as evidenced by the empty content-type header etc.
Ten's mail client (KMail) is using quoted-printable for plain text emails, which seems broken. It should only be necessary if there's 8bit text and a known dud mailserver, or lines of more than 1000 characters. Otherwise please use Content-Transfer-Encoding: 8bit and everyone's happy, give or take a few spare headers.
This is what is in the headers of mail sent from my mail client (KMail):-
MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Looks fine to me. Nothing wrong with quoted-printable. 8bit is too limited for internationalised messages hence why the world is moving on.
Which leaves me with the headers from your e-mails or rather lack of them. Seems to me it's your client that's borked.
Matt