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: The email package needs an "application" type
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, kdart
Priority: normal Keywords: patch

Created on 2006-02-04 14:39 by kdart, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
MIMEApplication.py kdart, 2006-02-04 14:39 MIMEApplication module
Messages (2)
msg49435 - (view) Author: Keith Dart (kdart) Date: 2006-02-04 14:39
The email package lacks a top-level MIME class for
"application/*" MIME types. Attached to this bug is one
that you might want to include.
msg49436 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2006-03-03 22:31
Logged In: YES 
user_id=12800

Thanks Keith, I've added this for email 4.0 (Python 2.5),
albeit with some changes, test cases, and documentation
additions.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42868
2006-02-04 14:39:11kdartcreate