commit | 3da240fd01e02a31e516847ba865a9f56d7cfcbc | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Wed Oct 16 22:48:40 2013 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Wed Oct 16 22:48:40 2013 -0400 |
tree | 056628df84b2e949fb793d75235e38766a16fbcc | |
parent | 1a1628819779110854d4e1ab490db2cab80e26b4 [diff] |
#18891: Complete new provisional email API. This adds EmailMessage and, MIMEPart subclasses of Message with new API methods, and a ContentManager class used by the new methods. Also a new policy setting, content_manager. Patch was reviewed by Stephen J. Turnbull and Serhiy Storchaka, and reflects their feedback. I will ideally add some examples of using the new API to the documentation before the final release.