[issue14062] UTF-8 Email Subject problem

Martin v. Löwis report at bugs.python.org
Wed Mar 14 18:10:36 CET 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

I digged a little bit further. The data being sent is

'Content-Type: multipart/mixed; boundary="===============1981330074035035012=="\r\nMIME-Version: 1.0\r\nFrom: rzrobot at seznam.cz\r\nTo: msladek at volny.cz\r\nSubject: =?utf-8?b?xb5sdcWlb3XEjWvDvSBrxa/FiA==?=\n\r\n--===============1981330074035035012==\r\nContent-Type: text/plain; charset="utf-8"\r\nMIME-Version: 1.0\r\nContent-Transfer-Encoding: base64\r\n\r\nw7pwxJtsIMSPw6FiZWxza8OpIMOzZHk=\n\r\n--===============1981330074035035012==--'

As you notice, there is a plain \n (without \r) after the subject (and all other places with base64), which might confuse seznam.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14062>
_______________________________________


More information about the Python-bugs-list mailing list