From: Chris Hanson Date: Thu, 15 Jun 2000 03:57:13 +0000 (+0000) Subject: Note regarding integration of MIME decoding into the MIME body reader. X-Git-Tag: 20090517-FFI~3525 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fea07a30960451f4cd232df99906d53df1d30783;p=mit-scheme.git Note regarding integration of MIME decoding into the MIME body reader. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 892d82cca..2af1c1cb0 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,5 +1,5 @@ IMAIL To-Do List -$Id: todo.txt,v 1.80 2000/06/14 20:21:44 cph Exp $ +$Id: todo.txt,v 1.81 2000/06/15 03:57:13 cph Exp $ Bug fixes --------- @@ -63,6 +63,11 @@ New features Design changes -------------- +* Integrate MIME decoding into reading of MIME body parts by + fluid-binding the decoder as a handler for the MIME response reader. + Use this same mechanism to read MIME attachments directly into + files. + * Header parser should strip leading and trailing whitespace in the header value. It can also strip whitespace at the ends of lines. Strictly speaking, this isn't correct, but I don't know of any