aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-29 12:20:45 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-29 12:20:45 +0000
commitdcff0c0c85a06f20cbff5af5b327dade05ac3cce (patch)
treeea7cbe6c852eb7345ca8af69d7cf7568eb83b055 /TODO
parent244c88d4b971df01d8209ede98a05f4ebb3495ea (diff)
downloadarchivemail-dcff0c0c85a06f20cbff5af5b327dade05ac3cce.tar.gz
archivemail-dcff0c0c85a06f20cbff5af5b327dade05ac3cce.tar.bz2
archivemail-dcff0c0c85a06f20cbff5af5b327dade05ac3cce.zip
Added a --size option to only archive messages over a certain byte size.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index 66a7cef..e178425 100644
--- a/TODO
+++ b/TODO
@@ -1,16 +1,14 @@
-Goals for next minor release (0.4.5):
+Goals for next minor release (0.4.6):
-------------------------------------
* Think about the best way to specify the names of archives created with
possibly an --archive-name option.
-* Add a lot more tests (see top of test_archivemail.py)
+* Add more tests (see top of test_archivemail.py)
* We need some better checking to see if we are really looking at a valid
mbox-format mailbox.
Goals for next major release (0.5.0):
-------------------------------------
-* Add a --size option to only archive messages greater than a certain byte
- size.
* Lock any original .gz files
- is this necessary?
* Check for symlink attacks for tempfiles (although we don't use /var/tmp)