[issue19063] Python 3.3.3 encodes emails containing non-ascii data as 7bit

R. David Murray report at bugs.python.org
Sat Sep 21 21:31:37 CEST 2013


R. David Murray added the comment:

There is definitely a bug here, but 8bit would also be wrong, since you are calling as_string.  It *should* be producing a 7bit CTE with a base64 encoded part in that case.

----------
components: +email
nosy: +barry, r.david.murray
versions: +Python 3.2, Python 3.4

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


More information about the Python-bugs-list mailing list