|
From: Greg P. <gp...@us...> - 2005-05-31 22:41:06
|
Greg Parker writes: > A sufficiently sophisticated mail reader should be able to display > quoted-printable text as something more readable. The only other > alternative is to change the message encoding used when the svn > system generates the message. The problem is that the original message does not include a MIME-Version header. Any message that specifies a Content-Transfer-Encoding must also include MIME-Version. This is probably a bug in the generator of the message. I'm guessing that some mail clients enforce the letter of the law and ignore Content-Transfer-Encoding when no MIME-Version is present. -- Greg Parker gp...@us... |