From: Chris Hanson Date: Thu, 15 Jun 2000 15:40:03 +0000 (+0000) Subject: Made changes to mime-codec to improve speed of quoted-printable X-Git-Tag: 20090517-FFI~3522 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ffffd8078ceb5430fbda7c76224ba705b385dd22;p=mit-scheme.git Made changes to mime-codec to improve speed of quoted-printable decoder. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index d807cbd1e..0ea483c3c 100644 --- 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.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.