From 7c7bba5224bc197efd91ee075d23914cefdd2c8a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 18 May 2000 18:57:45 +0000 Subject: [PATCH] Change background NOOP idea from bug fix to feature. --- v7/src/imail/todo.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index ae8628fa6..e5870eae4 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,14 +1,11 @@ IMAIL To-Do List -$Id: todo.txt,v 1.19 2000/05/18 18:56:58 cph Exp $ +$Id: todo.txt,v 1.20 2000/05/18 18:57:45 cph Exp $ Bug fixes --------- * Implement operations for IMAP: FOLDER-VALID?. -* Implement background thread to periodically send NOOP to IMAP server - both to check for new mail and to keep the connection alive. - * Recovery from server disconnection should be more transparent. Should attempt to reconnect and signal error only if that fails. @@ -57,6 +54,9 @@ New features * Add mail notification in mode line, active across the editor as long as there is an IMAP connection open in some buffer. +* Implement background thread to periodically send NOOP to IMAP server + both to check for new mail and to keep the connection alive. + * Implement cache that saves information about messages on disk. This should use UIDs for IMAP folders; for other folders perhaps the message ID can be used. (Or perhaps no cache is required for -- 2.25.1