summaryrefslogtreecommitdiffstats
path: root/Doc/lib/email.tex
Commit message (Collapse)AuthorAgeFilesLines
* Move a footnote to the end of the sentence, so the note mark won'tFred Drake2003-01-291-3/+4
| | | | interfere with the flow of the sentence.
* nitsBarry Warsaw2002-10-011-0/+31
|
* Split the long email package examples into separate files and useFred Drake2002-10-011-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 Warsaw2002-10-011-27/+22
|
* Proofread and spell checked, all except the Examples section (whichBarry Warsaw2002-10-011-18/+22
| | | | I'll do next).
* Vast update to email version 2. This could surely use proofreading.Barry Warsaw2002-10-011-136/+81
|
* 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.