diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-29 12:20:45 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-29 12:20:45 +0000 |
commit | dcff0c0c85a06f20cbff5af5b327dade05ac3cce (patch) | |
tree | ea7cbe6c852eb7345ca8af69d7cf7568eb83b055 /TODO | |
parent | 244c88d4b971df01d8209ede98a05f4ebb3495ea (diff) | |
download | archivemail-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-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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) |