summaryrefslogtreecommitdiffstats
path: root/Lib/mimify.py
Commit message (Collapse)AuthorAgeFilesLines
* small fix by SjoerdGuido van Rossum1996-06-101-3/+12
|
* minor fix to mime header regex --SjoerdGuido van Rossum1996-05-281-1/+1
|
* Module to convert a mail message to or from quoted-printable. TheSjoerd Mullender1996-02-141-0/+415
message may consist of several MIME parts in which case each part is converted independent of the others. Only converts when necessary.