summaryrefslogtreecommitdiffstats
path: root/Lib/email/Iterators.py
Commit message (Collapse)AuthorAgeFilesLines
* typed_subpart_iterator(): When getting the main type use 'text' as theBarry Warsaw2001-10-151-2/+2
| | | | | | failobj, and when getting the subtype use 'plain' as the failobj. text/plain is supposed to be the default if the message contains no Content-Type: header.
* Give me back my page breaks.Barry Warsaw2001-10-041-2/+2
|
* Whitespace normalization.Tim Peters2001-10-041-2/+2
|
* Updated docstrings. Also,Barry Warsaw2001-09-261-7/+7
| | | | | | typed_subpart_iterator(): Arguments major renamed to maintype and minor renamed to subtype for consistency with the rest of the package.
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+33
<http://sf.net/projects/mimelib>. There /are/ API differences between mimelib and email, but most of the implementations are shared (except where cool Py2.2 stuff like generators are used).