classification
Title: RFC 2387 in email package
Type: enhancement Stage: needs patch
Components: email Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ajaksu2, barry, christian.heimes, etiffany, moijes12, r.david.murray
Priority: low Keywords: easy

Created on 2002-11-06 13:14 by barry, last changed 2012-08-25 01:21 by r.david.murray.

Messages (8)
msg53674 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2002-11-06 13:14
Figure out if and how to support multipart/related as
specified in RFC 2112, in the email package.
msg53675 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2003-11-21 20:23
Logged In: YES 
user_id=12800

Moving this to Python 2.4.  The email-sig should address
this for email 3.0/Python 2.4.
msg53676 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2003-11-21 20:24
Logged In: YES 
user_id=12800

Also moving to Feature Requests
msg53677 - (view) Author: Eric Tiffany (etiffany) Date: 2007-05-15 13:37
What is the status of this item?  I don't seem to find support for mulitpart/related in the email library in python 2.4.
msg59361 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-06 12:42
What about Python 2.6 support? :)
msg157498 - (view) Author: moijes12 (moijes12) Date: 2012-04-04 19:30
Is this still open for someone to work on?
msg157508 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-04-04 21:10
Yes, that's why its status is still "open" :)

As far as I know no one is actively working on it (email issues are all assigned to me so I can keep track of them, not because I'm actively working on all of them).

At this point I haven't made any significant modifications to the way mime parts are handled in email6, so any development work you do should be valid whether you work against 3.3 trunk or the email6 feature branch.  Joining the email-sig mailing list and discussing this there might also be helpful.

Thank you for your interest!
msg169105 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-08-25 01:21
http://tools.ietf.org/html/rfc2387 has obsoleted 2112.
History
Date User Action Args
2012-08-25 01:21:05r.david.murraysettitle: RFC 2112 in email package -> RFC 2387 in email package
messages: + msg169105
versions: + Python 3.4, - Python 3.3
2012-05-24 14:52:43r.david.murraysetassignee: r.david.murray ->
components: + email, - Library (Lib)
stage: test needed -> needs patch
2012-04-04 21:10:56r.david.murraysetmessages: + msg157508
components: + Library (Lib), - Interpreter Core
2012-04-04 19:30:14moijes12setnosy: + moijes12
messages: + msg157498
2010-12-27 18:20:54r.david.murraysetnosy: barry, christian.heimes, ajaksu2, etiffany, r.david.murray
versions: + Python 3.3, - Python 3.2
2010-08-09 04:40:15terry.reedysetversions: + Python 3.2, - Python 3.1, Python 2.7
2010-05-05 13:53:14barrysetassignee: barry -> r.david.murray

nosy: + r.david.murray
2009-04-22 17:21:20ajaksu2setkeywords: + easy
2009-02-13 02:17:39ajaksu2setnosy: + ajaksu2
stage: test needed
versions: + Python 3.1, Python 2.7, - Python 2.6
2008-01-06 12:42:38christian.heimessetassignee: barry
messages: + msg59361
nosy: + christian.heimes
components: + Interpreter Core, - None
versions: + Python 2.6
2002-11-06 13:14:41barrycreate