diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-12 05:31:59 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-12 05:31:59 +0000 |
commit | 9e534977effc192b2015dd846e99d77439ded5a3 (patch) | |
tree | 432709d34b81e2a30d71d8248940f3a767665e37 /TODO | |
parent | bd7e3c7225483b2e01c1c166275fbde640f5c041 (diff) | |
download | archivemail-9e534977effc192b2015dd846e99d77439ded5a3.tar.gz archivemail-9e534977effc192b2015dd846e99d77439ded5a3.tar.bz2 archivemail-9e534977effc192b2015dd846e99d77439ded5a3.zip |
Stopped calling gzip externally and started using the 'gzip' module
directly. Removed bzip2 and compress support since they were complicating
things and you don't really need them much anyway.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ -Goals for next minor release (0.3.1): +Goals for next minor release (0.3.2): ------------------------------------- * Finish docbook sgml documentation & man page @@ -8,10 +8,10 @@ Goals for next major release (0.4.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 test. (see top of test_archivemail.py) Longer Term goals: ------------------ -* Use zlib instead of calling gzip directly * Add MMDF mailbox support * Add Babyl mailbox support * Add option to archive depending on mailbox size threshold @@ -22,4 +22,3 @@ Longer Term goals: - is this a waste of time? * Add option - do not compress - is this useless? -* Use a Makefile/python installation process |