aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/email/message.py
Commit message (Expand)AuthorAge
* gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr...RanKKI2025-01-05
* gh-126133: Only use start year in PSF copyright, remove end years (#126236)Hugo van Kemenade2024-11-12
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-22
* gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)Serhiy Storchaka2024-04-17
* gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII char...Serhiy Storchaka2024-03-05
* gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ...Sidney Markowitz2023-12-11
* gh-102498 Clean up unused variables and imports in the email module (#102482)JosephSBoyle2023-04-24
* gh-100792: Make `email.message.Message.__contains__` twice as fast (#100793)Nikita Sobolev2023-01-07
* gh-91217: deprecate uu (GH-92009)Brett Cannon2022-04-27
* bpo-42892: fix email multipart attribute error (GH-26903)andrei kulakov2021-07-30
* bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)Dong-hee Na2021-06-21
* Typo fix - "mesasge" should be "message" (GH-22498)Hansraj Das2020-10-02
* bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)Abhilash Raj2019-06-25
* #20476: Deal with the message_factory circular import differently.R David Murray2016-09-10
* #20476: add a message_factory policy attribute to email.R David Murray2016-09-09
* #24277: The new email API is no longer provisional.R David Murray2016-09-07
* Merge: 27988: Make sure iter_attachments does not mutate the payload list.R David Murray2016-09-07
|\
| * 27988: Make sure iter_attachments does not mutate the payload list.R David Murray2016-09-07
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-30
|/
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-29
* #21083: add get_content_disposition method to email.message.R David Murray2015-05-16
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-18
|\
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-18
* | Merge: #21091: make is_attachment a method.R David Murray2014-09-20
|\|
| * #21091: make is_attachment a method.R David Murray2014-09-20
|/
* #21079: is_attachment now looks only at the value, ignoring parameters.R David Murray2014-09-20
* #20976: remove unneeded quopri import in email.utils.R David Murray2014-03-23
* #11558: Better message if attach called on non-multipart.R David Murray2014-03-06
* Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.R David Murray2014-02-07
|\
| * #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.R David Murray2014-02-07
| * #19063: partially fix set_payload handling of non-ASCII string input.R David Murray2013-12-11
* | #20531: Apply the 3.3 version of the #19063 fix.R David Murray2014-02-07
* | #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.R David Murray2014-02-07
* | #19063: fix set_payload handling of non-ASCII string input.R David Murray2013-12-11
* | Merge #19485: clarify get_param example.R David Murray2013-11-03
|\|
| * #19485: clarify get_param example.R David Murray2013-11-03
* | #18891: Complete new provisional email API.R David Murray2013-10-16
* | Merge #18324: set_payload now correctly handles binary input.R David Murray2013-08-21
|\|
| * #18324: set_payload now correctly handles binary input.R David Murray2013-08-21
* | #18600: add policy to add_string, and as_bytes and __bytes__ methods.R David Murray2013-08-09
|/
* Merge: Update out of date docstring.R David Murray2012-06-17
|\
| * Update out of date docstring.R David Murray2012-06-17
* | #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-29
* | #1672568: email now registers defects for base64 payload format errors.R David Murray2012-05-27
* | #14731: refactor email policy framework.R David Murray2012-05-25
|/
* #11243: tests and fixes for handling of 'dirty data' in additional methodsR David Murray2011-03-16
* Merge #11555 as_string doc fix from 3.1.R David Murray2011-03-15
|\
| * #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-15
| * Merged revisions 87217 via svnmerge fromR. David Murray2010-12-13
| * Merged revisions 85130 via svnmerge fromR. David Murray2010-12-06