From 360c96721de34f110a046e5094fd42456789ea03 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 22 May 2000 19:50:34 +0000 Subject: [PATCH] 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. --- v7/src/imail/todo.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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. -- 2.25.1