Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Image.py and class Image => MIMEImage.py and MIMEImage | Barry Warsaw | 2001-09-26 | 1 | -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 mimelib | Barry Warsaw | 2001-09-23 | 1 | -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). |