summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailutil.tex
Commit message (Collapse)AuthorAgeFilesLines
* Backporting of email 2.4 from Python 2.3. Many newly added modules,Barry Warsaw2002-10-041-26/+46
| | | | | | | | 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.
* backport bwarsaw's checkin ofMichael W. Hudson2002-08-231-1/+1
| | | | | | revision 1.6 of emailutil.tex Minor typo: Message.getall() -> Message.get_all()
* Updated the documentation for formatdate().Barry Warsaw2001-11-091-5/+14
|
* Minor grammar and typo fixesAndrew M. Kuchling2001-11-051-1/+1
|
* Fixed an example in the use of email.Utils.getaddresses(). TheBarry Warsaw2001-10-221-4/+4
| | | | failobj has to be a list or the `+' can fail.
* Updates do email package documentation for markup, style, andBarry Warsaw2001-09-261-12/+6
| | | | organization.
* The email package documentation, currently organized the way I thinkBarry Warsaw2001-09-261-0/+119
Fred prefers. I'm not sure I like this organization, so it may change.