summaryrefslogtreecommitdiffstats
path: root/Doc/lib/email.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #573916. Sender and recipients reversed in email example.Raymond Hettinger2002-06-261-2/+2
|
* The "%" character does not need to be escaped in verbatim environments.Fred Drake2002-02-151-3/+3
| | | | This closes SF bug #517811.
* Add a clarification that the email package always deals in native lineBarry Warsaw2001-11-161-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 ofBarry Warsaw2001-11-051-1/+297
| | | | my own doing, some originally written by Matthew Dixon Cowles.
* Minor grammar and typo fixesAndrew M. Kuchling2001-11-051-2/+2
|
* Fix minor cut-and-paste typo.Barry Warsaw2001-10-091-1/+1
|
* Add documentation for the MIMEAudio class/module, contributed byBarry Warsaw2001-10-091-0/+26
| | | | Anthony Baxter.
* Markup adjustments.Fred Drake2001-09-271-4/+5
|
* Updates do email package documentation for markup, style, andBarry Warsaw2001-09-261-92/+28
| | | | organization.
* Start making some markup adjustments; Barry has indicated he will work onFred Drake2001-09-261-17/+17
| | | | this before we finish the integration, along with some restructuring.
* The email package documentation, currently organized the way I thinkBarry Warsaw2001-09-261-0/+358
Fred prefers. I'm not sure I like this organization, so it may change.