summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.message.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplication.Ezio Melotti2011-10-191-1/+1
|
* Merge #11216: document all possible set_charset execution paths.R David Murray2011-03-151-2/+16
|
* #1078919: document requirement to use triples for non-ascii add_header parms.R. David Murray2010-12-141-2/+16
|
* #1368247: make set_charset/MIMEText automatically encode unicode _payload.R. David Murray2010-06-021-3/+4
| | | | | | | | 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.
* Fix documentation of email.Message.get_filename to matchR. David Murray2010-03-041-3/+4
| | | | the fix applied in Issue 7082.
* Issue #7119: document that a program-generated Message objectR. David Murray2010-01-101-1/+4
| | | | tree may be mutated when serialized.
* Revert inappropriate doc change.R. David Murray2009-05-071-3/+0
|
* Document how to pass a 'decode' argument to get_payload whenR. David Murray2009-05-071-0/+3
| | | | is_multipart is False.
* #5745: more linking for identifiers in email docs.Georg Brandl2009-04-131-14/+16
|
* Fixed another typos. (email.Utils => email.utils)Hirokazu Yamamoto2009-04-131-2/+2
|
* Fixed typo. (email.Utils => email.utils)Hirokazu Yamamoto2009-04-131-2/+2
|
* Remove extra wordsAndrew M. Kuchling2008-07-261-1/+1
|
* reformat some documentation of classes so methods and attributes are under ↵Benjamin Peterson2008-04-251-330/+349
| | | | the class directive
* Grammar fixAndrew M. Kuchling2008-03-071-1/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+548