]> granicus.if.org Git - python/commit
Ported 42075 from release23-maint branch.
authorBarry Warsaw <barry@python.org>
Tue, 17 Jan 2006 04:49:07 +0000 (04:49 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 17 Jan 2006 04:49:07 +0000 (04:49 +0000)
commita0f28efcd1819d7baccd1a212a21ffb1af5558bd
treeb025f080749070ab78d6ab85e6bc5f47398e46e2
parent989b69a519b1f4a765310b705b30ab0449153591
Ported 42075 from release23-maint branch.

SF bug #1403349 solution for email 3.0; some MUAs use the 'file' parameter
name in the Content-Distribution header, so Message.get_filename() should fall
back to using that.  Will port to the Python 2.5 trunk.

Also, bump the email package version to 3.0.1 for eventual release.  Of
course, add a test case too.

XXX Need to update the documentation.
Lib/email/Message.py
Lib/email/__init__.py
Lib/email/test/data/msg_44.txt [new file with mode: 0644]
Lib/email/test/test_email.py