Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #1210001: typo in email docs | Georg Brandl | 2005-06-04 | 1 | -1/+1 |
| | |||||
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 1 | -10/+37 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Move a footnote to the end of the sentence, so the note mark won't | Fred Drake | 2003-01-29 | 1 | -3/+4 |
| | | | | interfere with the flow of the sentence. | ||||
* | nits | Barry Warsaw | 2002-10-01 | 1 | -0/+31 |
| | |||||
* | Split the long email package examples into separate files and use | Fred Drake | 2002-10-01 | 1 | -273/+4 |
| | | | | | | \verbatiminput instead of the verbatim environment -- this does the "right thing" regarding page breaks in long examples for the typeset formats, and has nice benefits for the HTML version as well. | ||||
* | Cleaned up the examples. | Barry Warsaw | 2002-10-01 | 1 | -27/+22 |
| | |||||
* | Proofread and spell checked, all except the Examples section (which | Barry Warsaw | 2002-10-01 | 1 | -18/+22 |
| | | | | I'll do next). | ||||
* | Vast update to email version 2. This could surely use proofreading. | Barry Warsaw | 2002-10-01 | 1 | -136/+81 |
| | |||||
* | Fix bug #573916. Sender and recipients reversed in email example. | Raymond Hettinger | 2002-06-26 | 1 | -2/+2 |
| | |||||
* | The "%" character does not need to be escaped in verbatim environments. | Fred Drake | 2002-02-15 | 1 | -3/+3 |
| | | | | This closes SF bug #517811. | ||||
* | Add a clarification that the email package always deals in native line | Barry Warsaw | 2001-11-16 | 1 | -1/+13 |
| | | | | | endings, and that it is smtplib's job to convert those to RFC 2821 line endings when sending the message. | ||||
* | Finally fleshed out the examples section with 4 code samples! Some of | Barry Warsaw | 2001-11-05 | 1 | -1/+297 |
| | | | | my own doing, some originally written by Matthew Dixon Cowles. | ||||
* | Minor grammar and typo fixes | Andrew M. Kuchling | 2001-11-05 | 1 | -2/+2 |
| | |||||
* | Fix minor cut-and-paste typo. | Barry Warsaw | 2001-10-09 | 1 | -1/+1 |
| | |||||
* | Add documentation for the MIMEAudio class/module, contributed by | Barry Warsaw | 2001-10-09 | 1 | -0/+26 |
| | | | | Anthony Baxter. | ||||
* | Markup adjustments. | Fred Drake | 2001-09-27 | 1 | -4/+5 |
| | |||||
* | Updates do email package documentation for markup, style, and | Barry Warsaw | 2001-09-26 | 1 | -92/+28 |
| | | | | organization. | ||||
* | Start making some markup adjustments; Barry has indicated he will work on | Fred Drake | 2001-09-26 | 1 | -17/+17 |
| | | | | this before we finish the integration, along with some restructuring. | ||||
* | The email package documentation, currently organized the way I think | Barry Warsaw | 2001-09-26 | 1 | -0/+358 |
Fred prefers. I'm not sure I like this organization, so it may change. |