| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ... | Sidney Markowitz | 2023-12-11 | 1 | -14/+15 |
|
|
* | gh-102498 Clean up unused variables and imports in the email module (#102482) | JosephSBoyle | 2023-04-24 | 1 | -1/+1 |
|
|
* | gh-100792: Make `email.message.Message.__contains__` twice as fast (#100793) | Nikita Sobolev | 2023-01-07 | 1 | -1/+5 |
|
|
* | gh-91217: deprecate uu (GH-92009) | Brett Cannon | 2022-04-28 | 1 | -9/+36 |
|
|
* | bpo-42892: fix email multipart attribute error (GH-26903) | andrei kulakov | 2021-07-30 | 1 | -2/+2 |
|
|
* | bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685) | Dong-hee Na | 2021-06-21 | 1 | -2/+2 |
|
|
* | Typo fix - "mesasge" should be "message" (GH-22498) | Hansraj Das | 2020-10-02 | 1 | -2/+2 |
|
|
* | bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) | Abhilash Raj | 2019-06-25 | 1 | -1/+10 |
|
|
* | #20476: Deal with the message_factory circular import differently. | R David Murray | 2016-09-10 | 1 | -3/+0 |
|
|
* | #20476: add a message_factory policy attribute to email. | R David Murray | 2016-09-09 | 1 | -3/+5 |
|
|
* | #24277: The new email API is no longer provisional. | R David Murray | 2016-09-08 | 1 | -0/+20 |
|
|
* | Merge: 27988: Make sure iter_attachments does not mutate the payload list. | R David Murray | 2016-09-07 | 1 | -1/+1 |
|\ |
|
| * | 27988: Make sure iter_attachments does not mutate the payload list. | R David Murray | 2016-09-07 | 1 | -1/+1 |
|
|
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
|/ |
|
* | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 1 | -1/+1 |
|
|
* | #21083: add get_content_disposition method to email.message. | R David Murray | 2015-05-16 | 1 | -0/+12 |
|
|
* | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -1/+1 |
|\ |
|
| * | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -1/+1 |
|
|
* | | Merge: #21091: make is_attachment a method. | R David Murray | 2014-09-20 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #21091: make is_attachment a method. | R David Murray | 2014-09-20 | 1 | -3/+17 |
|/ |
|
* | #21079: is_attachment now looks only at the value, ignoring parameters. | R David Murray | 2014-09-20 | 1 | -3/+1 |
|
|
* | #20976: remove unneeded quopri import in email.utils. | R David Murray | 2014-03-23 | 1 | -1/+2 |
|
|
* | #11558: Better message if attach called on non-multipart. | R David Murray | 2014-03-06 | 1 | -1/+5 |
|
|
* | Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. | R David Murray | 2014-02-07 | 1 | -4/+3 |
|\ |
|
| * | #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. | R David Murray | 2014-02-07 | 1 | -4/+3 |
|
|
| * | #19063: partially fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 1 | -4/+22 |
|
|
* | | #20531: Apply the 3.3 version of the #19063 fix. | R David Murray | 2014-02-07 | 1 | -4/+22 |
|
|
* | | #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. | R David Murray | 2014-02-07 | 1 | -18/+4 |
|
|
* | | #19063: fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 1 | -4/+18 |
|
|
* | | Merge #19485: clarify get_param example. | R David Murray | 2013-11-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #19485: clarify get_param example. | R David Murray | 2013-11-03 | 1 | -1/+1 |
|
|
* | | #18891: Complete new provisional email API. | R David Murray | 2013-10-17 | 1 | -5/+211 |
|
|
* | | Merge #18324: set_payload now correctly handles binary input. | R David Murray | 2013-08-22 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | #18324: set_payload now correctly handles binary input. | R David Murray | 2013-08-22 | 1 | -0/+2 |
|
|
* | | #18600: add policy to add_string, and as_bytes and __bytes__ methods. | R David Murray | 2013-08-09 | 1 | -8/+36 |
|/ |
|
* | Merge: Update out of date docstring. | R David Murray | 2012-06-17 | 1 | -7/+5 |
|\ |
|
| * | Update out of date docstring. | R David Murray | 2012-06-17 | 1 | -7/+5 |
|
|
* | | #10839: raise an error on add of duplicate unique headers in new email policies | R David Murray | 2012-05-29 | 1 | -0/+10 |
|
|
* | | #1672568: email now registers defects for base64 payload format errors. | R David Murray | 2012-05-28 | 1 | -5/+7 |
|
|
* | | #14731: refactor email policy framework. | R David Murray | 2012-05-25 | 1 | -30/+34 |
|/ |
|
* | #11243: tests and fixes for handling of 'dirty data' in additional methods | R David Murray | 2011-03-17 | 1 | -5/+8 |
|
|
* | Merge #11555 as_string doc fix from 3.1. | R David Murray | 2011-03-15 | 1 | -2/+1 |
|\ |
|
| * | #11555: update doc for 3.x change to as_string mangle_from default. | R David Murray | 2011-03-15 | 1 | -2/+1 |
|
|
| * | Merged revisions 87217 via svnmerge from | R. David Murray | 2010-12-13 | 1 | -3/+21 |
|
|
| * | Merged revisions 85130 via svnmerge from | R. David Murray | 2010-12-06 | 1 | -5/+2 |
|
|
| * | Merged revisions 80078 via svnmerge from | R. David Murray | 2010-04-14 | 1 | -1/+1 |
|
|
| * | Merged revisions 75307 via svnmerge from | R. David Murray | 2009-10-10 | 1 | -1/+1 |
|
|
* | | Remove obsolete comment. | R David Murray | 2011-03-15 | 1 | -1/+1 |
|
|
* | | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 1 | -12/+13 |
|
|
* | | #1693546: don't add quotes around RFC 2231 encoded values. | R. David Murray | 2010-12-24 | 1 | -1/+3 |
|
|