summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailmessage.tex
Commit message (Collapse)AuthorAgeFilesLines
* Backport email 2.4.2 changes from Python 2.3.Barry Warsaw2002-10-101-2/+3
|
* Backporting of email 2.4 from Python 2.3. Many newly added modules,Barry Warsaw2002-10-041-125/+309
| | | | | | | | some updated modules, updated documentation, and updated tests. Note that Lib/test/regrtest.py added test_email_codecs to the expected skips for all platforms. Also note that test_email_codecs.py differs slightly from its Python 2.3 counterpart due to the difference in package location for TestSkipped.
* Minor grammar and typo fixesAndrew M. Kuchling2001-11-051-1/+1
|
* Added a note about the somewhat kludgey behavior of the messageBarry Warsaw2001-10-191-0/+10
| | | | | | epilogue, based on the discussion in this SF bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=472481&group_id=25568&atid=384678
* Updates do email package documentation for markup, style, andBarry Warsaw2001-09-261-53/+62
| | | | organization.
* The email package documentation, currently organized the way I thinkBarry Warsaw2001-09-261-0/+384
Fred prefers. I'm not sure I like this organization, so it may change.