This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Support RFC 2392 in email package
Type: enhancement Stage: needs patch
Components: email, Library (Lib) Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ajaksu2, barry, christian.heimes, martin.panter, meatballhat, moijes12, r.david.murray
Priority: low Keywords:

Created on 2002-10-21 18:00 by barry, last changed 2022-04-10 16:05 by admin.

Messages (8)
msg53667 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2002-10-21 18:00
Decide whether to support RFC 2111 in the email package.

http://www.faqs.org/rfcs/rfc2111.html
msg53668 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2003-11-21 20:25
Logged In: YES 
user_id=12800

Moving this to feature requests for Python 2.4.  The
email-sig should address this for email 3.0 / Python 2.4.
msg59296 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-05 18:08
Does the email sig group still work on the topic?
msg168955 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2012-08-23 18:39
Guess the feature didn't make it into Python 2.4 ... :)
msg168956 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-08-23 18:49
And in the meantime that RFC has been obsoleted by rfc 2392.
msg168957 - (view) Author: moijes12 (moijes12) Date: 2012-08-23 18:53
Whoa cool.
msg168958 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-08-23 19:00
moijes12: do you want to work on it?  I haven't even read the RFC yet to find out what "support it" means; too many other issues on my plate first.
msg169001 - (view) Author: moijes12 (moijes12) Date: 2012-08-24 11:48
r.david.murray: I'd love to work on this and that is why I'm following this and 634412. But I'm just getting started with contributing to Python and I've contributed to only to 15442 and thats not even accepted yet.
History
Date User Action Args
2022-04-10 16:05:46adminsetgithub: 37351
2015-02-23 04:29:13martin.pantersetnosy: + martin.panter
2013-11-06 19:28:12akuchlingsetkeywords: - easy
2012-08-24 11:48:21moijes12setmessages: + msg169001
2012-08-23 19:00:16r.david.murraysetmessages: + msg168958
2012-08-23 18:53:09moijes12setmessages: + msg168957
2012-08-23 18:49:36r.david.murraysettitle: Support RFC 2111 in email package -> Support RFC 2392 in email package
messages: + msg168956
components: + email
stage: test needed -> needs patch
2012-08-23 18:39:32christian.heimessetmessages: + msg168955
versions: + Python 3.4, - Python 3.2
2012-08-23 14:27:49moijes12setnosy: + moijes12
2010-08-17 22:31:13BreamoreBoysetversions: + Python 3.2, - Python 2.7
2010-08-01 03:47:11meatballhatsetnosy: + r.david.murray, meatballhat
2009-04-22 18:47:48ajaksu2setkeywords: + easy
2009-02-12 19:58:15ajaksu2setnosy: + ajaksu2
stage: test needed
components: + Library (Lib), - None
versions: + Python 2.7, - Python 2.6
2008-01-05 18:08:21christian.heimessetnosy: + christian.heimes
messages: + msg59296
versions: + Python 2.6
2002-10-21 18:00:49barrycreate