summaryrefslogtreecommitdiff
path: root/Lib/email/message.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27125: Fix various errors like ?will [be] inherited?Martin Panter2016-05-291-1/+1
* #21083: add get_content_disposition method to email.message.R David Murray2015-05-161-0/+12
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
|\
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
* | Merge: #21091: make is_attachment a method.R David Murray2014-09-201-15/+1
|\ \ | |/ |/|
* | #21091: make is_attachment a method.R David Murray2014-09-201-3/+17
|/
* #21079: is_attachment now looks only at the value, ignoring parameters.R David Murray2014-09-201-3/+1
* #20976: remove unneeded quopri import in email.utils.R David Murray2014-03-231-1/+2
* #11558: Better message if attach called on non-multipart.R David Murray2014-03-061-1/+5
* Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.R David Murray2014-02-071-4/+3
|\
| * #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.R David Murray2014-02-071-4/+3
| * #19063: partially fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-4/+22
* | #20531: Apply the 3.3 version of the #19063 fix.R David Murray2014-02-071-4/+22
* | #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.R David Murray2014-02-071-18/+4
* | #19063: fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-4/+18
* | Merge #19485: clarify get_param example.R David Murray2013-11-031-1/+1
|\ \ | |/
| * #19485: clarify get_param example.R David Murray2013-11-031-1/+1
* | #18891: Complete new provisional email API.R David Murray2013-10-161-5/+211
* | Merge #18324: set_payload now correctly handles binary input.R David Murray2013-08-211-0/+2
|\ \ | |/
| * #18324: set_payload now correctly handles binary input.R David Murray2013-08-211-0/+2
* | #18600: add policy to add_string, and as_bytes and __bytes__ methods.R David Murray2013-08-091-8/+36
|/
* Merge: Update out of date docstring.R David Murray2012-06-171-35/+51
|\
| * #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-291-0/+10
| * #1672568: email now registers defects for base64 payload format errors.R David Murray2012-05-271-5/+7
| * #14731: refactor email policy framework.R David Murray2012-05-251-30/+34
* | Update out of date docstring.R David Murray2012-06-171-7/+5
|/
* #11243: tests and fixes for handling of 'dirty data' in additional methodsR David Murray2011-03-161-5/+8
* Merge #11555 as_string doc fix from 3.1.R David Murray2011-03-151-2/+1
|\
| * #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-2/+1
| * Merged revisions 87217 via svnmerge fromR. David Murray2010-12-131-3/+21
| * Merged revisions 85130 via svnmerge fromR. David Murray2010-12-061-5/+2
| * Merged revisions 80078 via svnmerge fromR. David Murray2010-04-141-1/+1
| * Merged revisions 75307 via svnmerge fromR. David Murray2009-10-101-1/+1
* | Remove obsolete comment.R David Murray2011-03-151-1/+1
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-071-12/+13
* | #1693546: don't add quotes around RFC 2231 encoded values.R. David Murray2010-12-241-1/+3
* | #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-131-3/+21
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-26/+72
* | Fix a couple spelling errors in comments and delete redundant __len__ def.R. David Murray2010-10-011-5/+2
* | Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-271-2/+4
* | Merged revisions 80062 via svnmerge fromR. David Murray2010-04-141-1/+1
* | bdecode was already gone in email 5. This merge adds the test fromR. David Murray2010-03-081-1/+0
* | Merged revisions 75301 via svnmerge fromR. David Murray2009-10-101-1/+1
|/
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge fromBenjamin Peterson2008-08-171-7/+11
* More email package fixes.Barry Warsaw2007-08-311-3/+8
* More email package related repairs. This fixes smtplib's import and use ofBarry Warsaw2007-08-301-2/+4
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-13/+7
* Fix a more bytes/str confusion.Barry Warsaw2007-08-301-2/+3
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+790