summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* A fix for SF bug #472560, extra newlines returned by get_param() whenBarry Warsaw2001-10-251-1/+1
* Another merge from mimelib:Barry Warsaw2001-10-191-0/+2
* Two merges from the mimelib project:Barry Warsaw2001-10-171-4/+35
* typed_subpart_iterator(): When getting the main type use 'text' as theBarry Warsaw2001-10-151-2/+2
* HeaderParser: A new subclass of Parser which only parses the messageBarry Warsaw2001-10-111-0/+16
* An audio/* class, like MIMEImage, contributed by Anthony Baxter.Barry Warsaw2001-10-091-0/+71
* Fix __all__ to the current list of exported modules (must pass theBarry Warsaw2001-10-091-3/+4
* get_all(): We never returned failobj if we found no matching headers.Barry Warsaw2001-10-091-0/+4
* Give me back my page breaks.Barry Warsaw2001-10-0412-22/+22
* Whitespace normalization.Tim Peters2001-10-0412-23/+23
* _parsebody(): Use get_boundary() and get_type().Barry Warsaw2001-09-261-10/+16
* has_key(): Implement in terms of get().Barry Warsaw2001-09-261-33/+58
* __init__(): Arguments major renamed to maintype and minor renamed toBarry Warsaw2001-09-261-3/+3
* Updated docstrings. Also,Barry Warsaw2001-09-261-7/+7
* Image.py and class Image => MIMEImage.py and MIMEImageBarry Warsaw2001-09-264-36/+40
* In class Generator:Barry Warsaw2001-09-261-5/+32
* cosmeticBarry Warsaw2001-09-261-0/+1
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-2312-0/+1302