Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base64 support by Sjoerd. | Guido van Rossum | 1997-04-11 | 1 | -11/+25 |
| | |||||
* | Avoid crashes with nested multipart/mixed parts. | Guido van Rossum | 1997-03-20 | 1 | -1/+8 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | small fix by Sjoerd | Guido van Rossum | 1996-06-10 | 1 | -3/+12 |
| | |||||
* | minor fix to mime header regex --Sjoerd | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | Module to convert a mail message to or from quoted-printable. The | Sjoerd Mullender | 1996-02-14 | 1 | -0/+415 |
message may consist of several MIME parts in which case each part is converted independent of the others. Only converts when necessary. |