[issue12553] email should default to 8bit CTE unless policy.must_be_7bit is set

R. David Murray report at bugs.python.org
Wed Jul 13 18:47:26 CEST 2011


New submission from R. David Murray <rdmurray at bitdance.com>:

Most MTA/MTUs these days can handle 8bit just fine.  I think that the CTE for MIMEText parts should default to 8bit unless policy.must_be_7bit is set.  This will require adding support for this CTE to Charset.  The Policy docs imply that this is already the case, but it is not true for MIMEText objects.

----------
components: Library (Lib)
messages: 140287
nosy: Blame-me.Jaillie, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: email should default to 8bit CTE unless policy.must_be_7bit is set
type: feature request
versions: Python 3.3

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


More information about the Python-bugs-list mailing list