summaryrefslogtreecommitdiffstats
path: root/Lib/email/MIMEBase.py
Commit message (Collapse)AuthorAgeFilesLines
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-1/+1
| | | | | Use MIMENonMultipart as the base class so that you can't attach() to these non-multipart message types.
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-1/+1
| | | | | | | | | 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 ;).
* Give me back my page breaks.Barry Warsaw2001-10-041-1/+1
|
* Whitespace normalization.Tim Peters2001-10-041-1/+1
|
* __init__(): Arguments major renamed to maintype and minor renamed toBarry Warsaw2001-09-261-3/+3
| | | | subtype for consistency with the rest of the package.
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+24
<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).