Guido van Rossum
|
88bb808d77
|
Fixed (and documented, see Doc/libmimify.tex) mime_decode_header() and
mime_encode_header().
|
1997-08-14 14:10:37 +00:00 |
Guido van Rossum
|
74d25e7d8a
|
Mention decode_base64 in example.
|
1997-07-30 22:02:28 +00:00 |
Guido van Rossum
|
a3d9e02593
|
base64 support by Sjoerd.
|
1997-04-11 15:22:56 +00:00 |
Guido van Rossum
|
f789ee4a86
|
Avoid crashes with nested multipart/mixed parts.
|
1997-03-20 14:42:17 +00:00 |
Guido van Rossum
|
f06ee5fa07
|
/usr/local/bin/python -> /usr/bin/env python
|
1996-11-27 19:52:01 +00:00 |
Guido van Rossum
|
69155682e6
|
small fix by Sjoerd
|
1996-06-10 19:04:02 +00:00 |
Guido van Rossum
|
68ded217f7
|
minor fix to mime header regex --Sjoerd
|
1996-05-28 19:52:40 +00:00 |
Sjoerd Mullender
|
e8a0a5c92a
|
Module to convert a mail message to or from quoted-printable. The
message may consist of several MIME parts in which case each part is
converted independent of the others. Only converts when necessary.
|
1996-02-14 10:40:03 +00:00 |