summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailutil.tex
Commit message (Collapse)AuthorAgeFilesLines
* Bug #1629566: clarify the docs on the return values of parsedate() and ↵Collin Winter2007-03-091-2/+2
| | | | parsedate_tz() in email.utils and rfc822.
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-3/+3
| | | | and NEWS updates.
* Remove dots in \version{changed,added} argument andGeorg Brandl2006-01-151-3/+3
| | | | correct argument order.
* use macroSkip Montanaro2005-07-171-1/+1
|
* Note that usegmt is new in 2.4. Closes #1239681.Skip Montanaro2005-07-171-1/+2
|
* SF bug #1030118, this should have named the email.Utils module as the oneBarry Warsaw2004-11-011-2/+2
| | | | containing these functions. (I will backport to Python 2.3)
* Added a usegmt flag to email.Utils.formatdate - this allows it to beAnthony Baxter2004-10-111-1/+6
| | | | | used to replace rfc822.formatdate for protocols like HTTP (where 'GMT' must be the timezone string).
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-13/+22
| | | | | | | | | | | | | | | | | Briefly (from the NEWS file): - Updates for the email package: + All deprecated APIs that in email 2.x issued warnings have been removed: _encoder argument to the MIMEText constructor, Message.add_payload(), Utils.dump_address_pair(), Utils.decode(), Utils.encode() + New deprecations: Generator.__call__(), Message.get_type(), Message.get_main_type(), Message.get_subtype(), the 'strict' argument to the Parser constructor. These will be removed in email 3.1. + Support for Python earlier than 2.3 has been removed (see PEP 291). + All defect classes have been renamed to end in 'Defect'. + Some FeedParser fixes; also a MultipartInvariantViolationDefect will be added to messages that claim to be multipart but really aren't. + Updates to documentation.
* Proofread and spell checked, all except the Examples section (whichBarry Warsaw2002-10-011-2/+2
| | | | I'll do next).
* Vast update to email version 2. This could surely use proofreading.Barry Warsaw2002-10-011-24/+44
|
* Minor typo: Message.getall() -> Message.get_all()Barry Warsaw2002-05-221-1/+1
|
* Updated the documentation for formatdate().Barry Warsaw2001-11-091-5/+14
|
* Minor grammar and typo fixesAndrew M. Kuchling2001-11-051-1/+1
|
* Fixed an example in the use of email.Utils.getaddresses(). TheBarry Warsaw2001-10-221-4/+4
| | | | failobj has to be a list or the `+' can fail.
* Updates do email package documentation for markup, style, andBarry Warsaw2001-09-261-12/+6
| | | | organization.
* The email package documentation, currently organized the way I thinkBarry Warsaw2001-09-261-0/+119
Fred prefers. I'm not sure I like this organization, so it may change.