summaryrefslogtreecommitdiffstats
path: root/Lib/email/Utils.py
Commit message (Expand)AuthorAgeFilesLines
* decode_rfc2231(): RFC 2231 allows leaving out both the charset andBarry Warsaw2003-03-071-5/+7
* Jason Mastaler's patch to break the dependence on rfc822.py for theBarry Warsaw2002-11-051-5/+5
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-011-6/+15
* Use True/False everywhere, and other code cleanups.Barry Warsaw2002-09-281-7/+11
* rfc822.unquote() doesn't properly de-backslash-ify in Python prior toBarry Warsaw2002-09-111-1/+12
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-291-0/+57
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-2/+2
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* getaddresses(): Like the change in rfc822.py, this one needs to accessBarry Warsaw2002-05-221-1/+1
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-191-1/+18
* parseaddr(): Don't use rfc822.parseaddr() because this now implies aBarry Warsaw2002-04-151-4/+3
* AddrlistClass -> AddressListBarry Warsaw2002-04-121-2/+2
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-26/+117
* decode(), encode(): Accepting the minor optimizations from SF patchBarry Warsaw2001-12-031-6/+7
* formatdate(): Jason Mastaler correctly points out that divmod with aBarry Warsaw2001-11-191-2/+8
* formatdate(): The calculation of the minutes part of the zone wasBarry Warsaw2001-11-191-1/+2
* Forgot to import time.Barry Warsaw2001-11-091-0/+1
* formatdate(): A better docstring.Barry Warsaw2001-11-091-4/+7
* formatdate(): An implementation to replace the one borrowed fromBarry Warsaw2001-11-091-1/+37
* Give me back my page breaks.Barry Warsaw2001-10-041-4/+4
* Whitespace normalization.Tim Peters2001-10-041-4/+4
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+104