Make changes related to new cache mechanism.
authorChris Hanson <org/chris-hanson/cph>
Sun, 30 Sep 2001 15:10:22 +0000 (15:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 30 Sep 2001 15:10:22 +0000 (15:10 +0000)
v7/src/imail/todo.txt

index 8448709eccbf035b27de33f0fc0669e9679fa4c6..10af96146e6556ff7fe445af2a6241e433f985f6 100644 (file)
@@ -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.