Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -3/+1 |
| | |||||
* | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -1/+3 |
| | |||||
* | #21091: make is_attachment a method. | R David Murray | 2014-09-20 | 1 | -2/+6 |
| | | | | | | Since EmailMessage is a provisional API we can fix API bugs in a maintenance release, but I used a trick suggested by Serhiy to maintain backward compatibility with 3.4.0/1. | ||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -8/+11 |
| | |||||
* | Fix suspicious markup in the docs. | Georg Brandl | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | #18891: Complete new provisional email API. | R David Murray | 2013-10-17 | 1 | -0/+427 |
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. |