| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Use MIMENonMultipart as the base class so that you can't attach() to
these non-multipart message types.
|
|
|
|
|
|
|
|
|
| |
non-us-ascii character sets in headers and bodies. Some API changes
(with DeprecationWarnings for the old APIs). Better RFC-compliant
implementations of base64 and quoted-printable.
Updated test cases. Documentation updates to follow (after I finish
writing them ;).
|
| |
|
| |
|
|
|
|
| |
subtype for consistency with the rest of the package.
|
|
<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).
|