aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
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?