From: Chris Hanson Date: Mon, 22 May 2000 19:50:34 +0000 (+0000) Subject: Add code to detect when the connection has been dropped. This test is X-Git-Tag: 20090517-FFI~3736 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=360c96721de34f110a046e5094fd42456789ea03;p=mit-scheme.git Add code to detect when the connection has been dropped. This test is 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. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 186397c41..4b80835e5 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.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.