Issue 12553: Add support for using a default CTE of '8bit' to MIMEText (original) (raw)
Issue12553
Created on 2011-07-13 16:47 by r.david.murray, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg140287 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2011-07-13 16:47 |
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. | ||
msg161513 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2012-05-24 14:50 |
I've changed my approach. The policy option is now 'cte_type', but moreover the default policy is now a backwards compatibility policy to which this issue doesn't apply. The new provisional policy should get this support, but that's a somewhat bigger project and probably won't make it in to 3.3. | ||
msg275142 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2016-09-08 20:31 |
This is now done, in the new email API that was just made no longer provisional. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:19 | admin | set | github: 56762 |
2016-09-08 20:31:46 | r.david.murray | set | status: open -> closedversions: + Python 3.5, Python 3.6, - Python 3.4messages: + resolution: fixedstage: needs patch -> resolved |
2012-05-24 14:50:24 | r.david.murray | set | nosy: + barrycomponents: + email, - Library (Lib) |
2012-05-24 14:50:15 | r.david.murray | set | versions: + Python 3.4, - Python 3.3title: email should default to 8bit CTE unless policy.must_be_7bit is set -> Add support for using a default CTE of '8bit' to MIMETextmessages: + assignee: r.david.murray -> dependencies: + Provisional new email API: new policy implementing custom header objects |
2012-03-23 01:32:34 | r.david.murray | set | assignee: r.david.murray |
2011-07-13 16:47:25 | r.david.murray | create |