summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailmessage.tex
Commit message (Collapse)AuthorAgeFilesLines
* typoMichael W. Hudson2004-10-031-1/+1
|
* Add documentation about as_string() mangling From_ lines.Barry Warsaw2004-10-031-3/+4
|
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-27/+19
| | | | | | | | | | | | | | | | | Briefly (from the NEWS file): - Updates for the email package: + All deprecated APIs that in email 2.x issued warnings have been removed: _encoder argument to the MIMEText constructor, Message.add_payload(), Utils.dump_address_pair(), Utils.decode(), Utils.encode() + New deprecations: Generator.__call__(), Message.get_type(), Message.get_main_type(), Message.get_subtype(), the 'strict' argument to the Parser constructor. These will be removed in email 3.1. + Support for Python earlier than 2.3 has been removed (see PEP 291). + All defect classes have been renamed to end in 'Defect'. + Some FeedParser fixes; also a MultipartInvariantViolationDefect will be added to messages that claim to be multipart but really aren't. + Updates to documentation.
* Fixed minor typo in interactive exampleEdward Loper2004-09-281-1/+1
|
* SF patch #859286: documentation bool change fixRaymond Hettinger2003-12-311-1/+1
| | | | (Contributed by George Yoshida.)
* [Bug #817178] Fix incorrect arguments in example, noted by Terry ReedyAndrew M. Kuchling2003-10-311-1/+1
|
* Update get_param() description to reflect changes to the docstring.Barry Warsaw2003-08-191-5/+8
|
* Added some more documentation to as_string() to make it clear thatBarry Warsaw2003-04-181-0/+14
| | | | | it's a convenience only. Give an example of what to do for more flexibility.
* Describe what happens when decode=True and the payload has bogusBarry Warsaw2003-03-101-3/+4
| | | | base64 data.
* Document that get_content_charset() coerces its return value to lowerBarry Warsaw2002-10-101-2/+3
| | | | case.
* Minor style nit for referring to other attributes of the same classFred Drake2002-10-011-1/+1
| | | | from an attributes description.
* Proofread and spell checked, all except the Examples section (whichBarry Warsaw2002-10-011-50/+37
| | | | I'll do next).
* Vast update to email version 2. This could surely use proofreading.Barry Warsaw2002-10-011-103/+300
|
* Remove spurious "()" from the __str__() description.Fred Drake2002-05-221-1/+1
|
* Minor grammar and typo fixesAndrew M. Kuchling2001-11-051-1/+1
|
* Added a note about the somewhat kludgey behavior of the messageBarry Warsaw2001-10-191-0/+10
| | | | | | epilogue, based on the discussion in this SF bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=472481&group_id=25568&atid=384678
* Updates do email package documentation for markup, style, andBarry Warsaw2001-09-261-53/+62
| | | | organization.
* The email package documentation, currently organized the way I thinkBarry Warsaw2001-09-261-0/+384
Fred prefers. I'm not sure I like this organization, so it may change.