aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-03-26 03:53:09 +0000
committerPaul Rodger <paul@paulrodger.com>2002-03-26 03:53:09 +0000
commit902a81b4bcf1b133b434322370996c2cd30e0f26 (patch)
treeee7be222eff82fa0d9311774b0f59ab1e8607d6a /TODO
parente7b0a0331febb79e5a6fa3964a02d54fc7307665 (diff)
downloadarchivemail-902a81b4bcf1b133b434322370996c2cd30e0f26.tar.gz
archivemail-902a81b4bcf1b133b434322370996c2cd30e0f26.tar.bz2
archivemail-902a81b4bcf1b133b434322370996c2cd30e0f26.zip
Initial revision
Diffstat (limited to 'TODO')
-rw-r--r--TODO26
1 files changed, 26 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..372d861
--- /dev/null
+++ b/TODO
@@ -0,0 +1,26 @@
+
+add Maildir support
+
+add MH support
+
+start using private variables?
+
+finish man page
+
+add option to archive depending on mailbox size threshold
+ + is this a good idea?
+
+perserve atime of mailbox properly
+
+lock any original .gz files (?)
+
+check for symlink attacks for tempfiles (although we don't use /var/tmp)
+
+test for write permission before doing anything
+
+test for missing compression programs
+ + is this a waste of time?
+
+add option - do not compress (?)
+
+Add Makefile with "make install" target ?