projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a174c8a
)
Made changes to mime-codec to improve speed of quoted-printable
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 15 Jun 2000 15:40:03 +0000
(15:40 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 15 Jun 2000 15:40:03 +0000
(15:40 +0000)
decoder.
v7/src/imail/todo.txt
patch
|
blob
|
history
diff --git
a/v7/src/imail/todo.txt
b/v7/src/imail/todo.txt
index d807cbd1ef99f37e80448bc02febcd58448f8ba9..0ea483c3cd70e4894656c8d71e27d238a2a49d4e 100644
(file)
--- a/
v7/src/imail/todo.txt
+++ b/
v7/src/imail/todo.txt
@@
-1,12
+1,9
@@
IMAIL To-Do List
-$Id: todo.txt,v 1.8
2 2000/06/15 13:48:57
cph Exp $
+$Id: todo.txt,v 1.8
3 2000/06/15 15:40:03
cph Exp $
Bug fixes
---------
-* Improve performance of quoted-printable decoder by searching for
- encoded characters rather than scanning characters one at a time.
-
* Must be able to handle malformed headers in incoming mail.
Generating a low-level error in this situation is unacceptable.