summaryrefslogtreecommitdiff
path: root/Lib/email/Text.py
Commit message (Collapse)AuthorAgeFilesLines
* Image.py and class Image => MIMEImage.py and MIMEImageBarry Warsaw2001-09-261-41/+0
| | | | | | | | | Text.py and class Text => MIMEText.py and MIMEText MessageRFC822.py and class MessageRFC822 => MIMEMessage.py and MIMEMessage These are renamed so as to be more consistent; these are MIME specific derived classes for when creating the object model out of whole cloth.
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+41
<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).