From 9e534977effc192b2015dd846e99d77439ded5a3 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Fri, 12 Apr 2002 05:31:59 +0000 Subject: 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. --- TODO | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 16a5cbf..94bc354 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3