Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |