Guido van Rossum
|
1015be3812
|
[Sjoerd Mullender]
Fixed infinite loop when a message ends prematurely in some
circumstances.
|
1998-08-07 15:26:56 +00:00 |
Guido van Rossum
|
13452644d5
|
Sjoerd writes: When a multipart message is incomplete, mimify crashes.
|
1998-02-27 14:40:38 +00:00 |
Guido van Rossum
|
11fbef5f92
|
Sjoerd sez: global substitute \240 with \177.
|
1997-12-02 17:45:39 +00:00 |
Guido van Rossum
|
613418aa09
|
New version from Sjoerd, small bugfix + optimizations.
|
1997-10-30 15:27:37 +00:00 |
Guido van Rossum
|
31626bce66
|
re -> regex conversions by Sjoerd.
|
1997-10-24 14:46:16 +00:00 |
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 |