Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use macro | Skip Montanaro | 2005-07-17 | 1 | -1/+1 |
| | |||||
* | Note that usegmt is new in 2.4. Closes #1239681. | Skip Montanaro | 2005-07-17 | 1 | -1/+2 |
| | |||||
* | SF bug #1030118, this should have named the email.Utils module as the one | Barry Warsaw | 2004-11-01 | 1 | -2/+2 |
| | | | | containing these functions. (I will backport to Python 2.3) | ||||
* | Added a usegmt flag to email.Utils.formatdate - this allows it to be | Anthony Baxter | 2004-10-11 | 1 | -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 Warsaw | 2004-10-03 | 1 | -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 (which | Barry Warsaw | 2002-10-01 | 1 | -2/+2 |
| | | | | I'll do next). | ||||
* | Vast update to email version 2. This could surely use proofreading. | Barry Warsaw | 2002-10-01 | 1 | -24/+44 |
| | |||||
* | Minor typo: Message.getall() -> Message.get_all() | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
| | |||||
* | Updated the documentation for formatdate(). | Barry Warsaw | 2001-11-09 | 1 | -5/+14 |
| | |||||
* | Minor grammar and typo fixes | Andrew M. Kuchling | 2001-11-05 | 1 | -1/+1 |
| | |||||
* | Fixed an example in the use of email.Utils.getaddresses(). The | Barry Warsaw | 2001-10-22 | 1 | -4/+4 |
| | | | | failobj has to be a list or the `+' can fail. | ||||
* | Updates do email package documentation for markup, style, and | Barry Warsaw | 2001-09-26 | 1 | -12/+6 |
| | | | | organization. | ||||
* | The email package documentation, currently organized the way I think | Barry Warsaw | 2001-09-26 | 1 | -0/+119 |
Fred prefers. I'm not sure I like this organization, so it may change. |