From 327b960c1e58b79376f084bfe0e5fbfda5298ae5 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 30 Sep 2001 15:10:22 +0000 Subject: [PATCH] Make changes related to new cache mechanism. --- v7/src/imail/todo.txt | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 8448709ec..10af96146 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,14 @@ IMAIL To-Do List -$Id: todo.txt,v 1.133 2001/09/29 01:04:53 cph Exp $ +$Id: todo.txt,v 1.134 2001/09/30 15:10:22 cph Exp $ Bug fixes --------- +* Remove cache for folders that aren't on server any more. + +* Add locking to cache so that two processes don't try to + write into it simultaneously. + * When browser pops up a window of URLs that it is operating on, the strings shown should be relative to the container being browsed. @@ -44,6 +49,13 @@ MIME conformance New features ------------ +* Add ability to set quotas for cache management. + +* Add ability to work offline by accessing cache, but not initiating a + connection to get any uncached data. + +* Add command to pre-load the cache with all of a folder's contents. + * Add feature to automatically bring up a summary window whenever imail is started. Perhaps this ought to allow specification of the folders for which this is true. @@ -71,10 +83,6 @@ New features * Examine spec for text/enriched and see if it can be incorporated into the reader. -* 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. - * Implement file backup when writing file folders. * Generate file I/O messages when reading and writing file folders. -- 2.25.1