Add item about forwarded MIME messages. Add note about possible fix
authorChris Hanson <org/chris-hanson/cph>
Tue, 10 Apr 2001 20:37:17 +0000 (20:37 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 10 Apr 2001 20:37:17 +0000 (20:37 +0000)
for network wedging.

v7/src/imail/todo.txt

index fd09d88f577b1407ee2760d9c7f284a983adfae3..97f4e8941f6638c756b0d778c5d9ce25cab75b8c 100644 (file)
@@ -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.