Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | #1078919: document requirement to use triples for non-ascii add_header parms. | R. David Murray | 2010-12-14 | 1 | -2/+7 |
| | |||||
* | Merged revisions 85130 via svnmerge from | R. David Murray | 2010-12-06 | 1 | -2/+2 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85130 | r.david.murray | 2010-09-30 22:08:02 -0400 (Thu, 30 Sep 2010) | 2 lines Fix a couple spelling errors in comments and delete redundant __len__ def. ........ | ||||
* | #1368247: make set_charset/MIMEText automatically encode unicode _payload. | R. David Murray | 2010-06-02 | 1 | -0/+2 |
| | | | | | | | | Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as the charset and unicode as the _text argument. Also makes the way in which unicode gets encoded to quoted printable for other charsets more sane (it only worked by accident previously). The _payload now is encoded to the charset.output_charset if it is unicode. | ||||
* | Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. | R. David Murray | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 1 | -7/+7 |
| | |||||
* | Issue #7082: When falling back to the MIME 'name' parameter, the | R. David Murray | 2009-10-09 | 1 | -1/+1 |
| | | | | | | correct place to look for it is the Content-Type header. Patch by Darren Worrall. | ||||
* | #2622 Import errors in email.message, from a py2app standalone application. | Amaury Forgeot d'Arc | 2009-07-11 | 1 | -2/+2 |
| | | | | Patch by Mads Kiilerich, Reviewed by Barry Warsaw. | ||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on ↵ | Antoine Pitrou | 2008-08-15 | 1 | -7/+11 |
| | | | | pathological input | ||||
* | Remove Barry's love of deprecated syntax to silence warnings in the email | Brett Cannon | 2008-08-03 | 1 | -6/+6 |
| | | | | package, when run under -3, about using <>. | ||||
* | Patch #1449244: Support Unicode strings in | Martin v. Löwis | 2007-03-13 | 1 | -2/+4 |
| | | | | | email.message.Message.{set_charset,get_content_charset}. Will backport. | ||||
* | Forward port some fixes that were in email 2.5 but for some reason didn't make | Barry Warsaw | 2006-07-26 | 1 | -1/+12 |
| | | | | | | | it into email 4.0. Specifically, in Message.get_content_charset(), handle RFC 2231 headers that contain an encoding not known to Python, or a character in the data that isn't in the charset encoding. Also forward port the appropriate unit tests. | ||||
* | Merge email package 4.0 from the sandbox, including documentation, test cases, | Barry Warsaw | 2006-03-18 | 1 | -0/+773 |
and NEWS updates. |