From: Chris Hanson Date: Tue, 10 Apr 2001 20:37:17 +0000 (+0000) Subject: Add item about forwarded MIME messages. Add note about possible fix X-Git-Tag: 20090517-FFI~2868 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0cfa45521a98102e8d8c9b27c4f5da3897333239;p=mit-scheme.git Add item about forwarded MIME messages. Add note about possible fix for network wedging. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index fd09d88f5..97f4e8941 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,15 @@ IMAIL To-Do List -$Id: todo.txt,v 1.113 2001/04/09 13:17:28 cph Exp $ +$Id: todo.txt,v 1.114 2001/04/10 20:37:17 cph Exp $ Bug fixes --------- +* When forwarding a message using MIME, the code that strips off the + extra headers is causing problems -- in particular, it strips off + the MIME headers of the encapsulated message, which means that the + reader can't properly interpret the contents. The MIME headers must + be left intact. + * When network connection gets wedged, Edwin locks up and can't be interrupted with C-g. This is fundamentally an Edwin problem, but it occurs much more frequently with IMAIL. See if there's a better @@ -11,6 +17,9 @@ Bug fixes it would have a real interrupt character, which would do what we want. This should happen under X as well. + [I think this should be improved now that I've fixed the problem + with `poll' not handling errors right.] + * When Rmail parser encounters corruption, tell the user what message is corrupted and attempt to recover the parse by looking for the beginning of another message.