Made changes to mime-codec to improve speed of quoted-printable
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Jun 2000 15:40:03 +0000 (15:40 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Jun 2000 15:40:03 +0000 (15:40 +0000)
decoder.

v7/src/imail/todo.txt

index d807cbd1ef99f37e80448bc02febcd58448f8ba9..0ea483c3cd70e4894656c8d71e27d238a2a49d4e 100644 (file)
@@ -1,12 +1,9 @@
 IMAIL To-Do List
-$Id: todo.txt,v 1.82 2000/06/15 13:48:57 cph Exp $
+$Id: todo.txt,v 1.83 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.