aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-17 06:26:31 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-17 06:26:31 +0000
commitee9757de78385963d633ee80551252f466f72d46 (patch)
tree653f556175f36a3d3645112eec50aed2a646a22a /TODO
parent21193abf5ef9343271939261f6ab6b631f9620d4 (diff)
downloadarchivemail-ee9757de78385963d633ee80551252f466f72d46.tar.gz
archivemail-ee9757de78385963d633ee80551252f466f72d46.tar.bz2
archivemail-ee9757de78385963d633ee80551252f466f72d46.zip
Added an option '--no-compress' if you don't want gzipped archives.
Added an option '--preserve-unread' to always preserved (don't archive) unread messages.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO b/TODO
index 2e518aa..53c9cdb 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,16 @@
-Goals for next major release (0.4.0):
+Goals for next minor release (0.4.1):
+-------------------------------------
+* Add a lot more tests (see top of test_archivemail.py)
+* Check the sizes of the original mailbox before reading & just before
+ overwriting. They should not have changed - otherwise somebody else is
+ writing to it.
+
+Goals for next major release (0.5.0):
-------------------------------------
* Lock any original .gz files
- is this necessary?
* Check for symlink attacks for tempfiles (although we don't use /var/tmp)
-* Add a lot more unit tests. (see top of test_archivemail.py)
Longer Term goals:
------------------
@@ -16,5 +22,5 @@ Longer Term goals:
- is this a good idea?
* Test for missing compression programs
- is this a waste of time?
-* Add option - do not compress
- - is this useless?
+* IMAP support
+ - is this outside our scope?