summaryrefslogtreecommitdiffstats
path: root/Lib/email/Message.py
Commit message (Expand)AuthorAgeFilesLines
* get_content_charset(): RFC 2046 $4.1.2 says charsets are not caseBarry Warsaw2002-10-101-4/+6
* __contains__(): Change the second argument to `name' for consistency.Barry Warsaw2002-09-301-58/+69
* is_multipart(): Use isinstance() instead of type equality.Barry Warsaw2002-09-281-1/+1
* Docstring and code cleanups, e.g. use True/False everywhere.Barry Warsaw2002-09-281-58/+62
* Fixing some RFC 2231 related issues as reported in the SpambayesBarry Warsaw2002-09-261-9/+39
* get_payload(): Document that calling it with no arguments returns aBarry Warsaw2002-09-111-2/+3
* _formatparam(), set_param(): RFC 2231 encoding support by OlegBarry Warsaw2002-09-061-3/+11
* replace_header(): New method given by Skip Montanaro in SF patchBarry Warsaw2002-09-061-1/+15
* TypoBarry Warsaw2002-08-271-1/+1
* Whitespace normalization.Tim Peters2002-08-231-3/+3
* get_content_type(), get_content_maintype(), get_content_subtype(): RFCBarry Warsaw2002-08-201-5/+5
* To better support default content types, fix an API wart, and preserveBarry Warsaw2002-07-191-13/+62
* Anthony Baxter's cleanup patch. Python project SF patch # 583190,Barry Warsaw2002-07-181-4/+4
* Add the concept of a "default type". Normally the default type isBarry Warsaw2002-07-091-0/+22
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-291-7/+27
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-5/+5
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-191-11/+5
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-18/+205
* More typo fixes.Barry Warsaw2001-11-241-2/+2
* Docstring typo fix.Greg Ward2001-11-241-1/+1
* walk(): Fix docstring; traversal is depth-first. Closes mimelib bugBarry Warsaw2001-11-051-1/+1
* A fix for SF bug #472560, extra newlines returned by get_param() whenBarry Warsaw2001-10-251-1/+1
* get_all(): We never returned failobj if we found no matching headers.Barry Warsaw2001-10-091-0/+4
* Give me back my page breaks.Barry Warsaw2001-10-041-1/+1
* Whitespace normalization.Tim Peters2001-10-041-2/+2
* has_key(): Implement in terms of get().Barry Warsaw2001-09-261-33/+58
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+422