classification
Title: RFC 2112 in email package
Type: enhancement Stage: test needed
Components: Interpreter Core Versions: Python 3.3
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: r.david.murray Nosy List: ajaksu2, barry, christian.heimes, etiffany, r.david.murray
Priority: low Keywords: easy

Created on 2002-11-06 13:14 by barry, last changed 2010-12-27 18:20 by r.david.murray.

Messages (5)
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? :)
History
Date User Action Args
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