Add code to detect when the connection has been dropped. This test is
authorChris Hanson <org/chris-hanson/cph>
Mon, 22 May 2000 19:50:34 +0000 (19:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 22 May 2000 19:50:34 +0000 (19:50 +0000)
performed by GUARANTEE-IMAP-CONNECTION-OPEN, and thus will be done at
the beginning of every IMAIL operation.  The code will transparently
close the connection and reopen it.  If a problem occurs during the
processing of the operation, an error will be signalled, as one would
expect.

v7/src/imail/todo.txt

index 186397c4150999533709bafcee29f3eefe88d2d2..4b80835e5c093a4af3d37438d9d2ce8147787f78 100644 (file)
@@ -1,5 +1,5 @@
 IMAIL To-Do List
-$Id: todo.txt,v 1.36 2000/05/22 19:50:15 cph Exp $
+$Id: todo.txt,v 1.37 2000/05/22 19:50:34 cph Exp $
 
 Bug fixes
 ---------
@@ -12,9 +12,6 @@ Bug fixes
 
 * Implement operations for IMAP: URL-EXISTS?.
 
-* Recovery from server disconnection should be more transparent.
-  Should attempt to reconnect and signal error only if that fails.
-
 * Must be able to handle malformed headers in incoming mail.
   Generating a low-level error in this situation is unacceptable.