summaryrefslogtreecommitdiffstats
path: root/Lib/email/Message.py
Commit message (Expand)AuthorAgeFilesLines
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-814/+0
* Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5.Barry Warsaw2006-02-081-0/+3
* Ported 42075 from release23-maint branch.Barry Warsaw2006-01-171-2/+6
* get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may beginBarry Warsaw2004-11-061-1/+2
* as_string(): Indicate that this mangles From_ lines.Barry Warsaw2004-10-031-1/+2
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-55/+34
* Test cases and fixes for bugs described in patch #873418: email/Message.py:Barry Warsaw2004-08-161-2/+2
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-28/+17
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* A fix for parsing parameters when there are semicolons inside theBarry Warsaw2003-09-031-1/+18
* get_param(): Update the docstring to explain how CHARSET and LANGUAGEBarry Warsaw2003-08-191-7/+12
* get_payload(): Improve the TypeError message when the payload isn't ofBarry Warsaw2003-06-101-1/+1
* as_string(): Added some text to the docstring to make it clear thatBarry Warsaw2003-04-181-0/+4
* get_payload(): Teach this about various uunencodedBarry Warsaw2003-03-111-10/+21
* get_payload(): If we get a low-level binascii.Error when base64Barry Warsaw2003-03-101-5/+12
* 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