aboutsummaryrefslogtreecommitdiffstats
path: root/test_archivemail.py
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2010-07-29 19:49:42 +0200
committerNikolaus Schulz <microschulz@web.de>2010-07-29 19:49:42 +0200
commitaf3bb16a4c5106a1e2d40d752d0260114e69ab09 (patch)
tree8c9020bacf0feda190db735b49f7ca80b7a2bc04 /test_archivemail.py
parent368f312e2dd1c83caef03c4127934c613d567d80 (diff)
downloadarchivemail-af3bb16a4c5106a1e2d40d752d0260114e69ab09.tar.gz
archivemail-af3bb16a4c5106a1e2d40d752d0260114e69ab09.tar.bz2
archivemail-af3bb16a4c5106a1e2d40d752d0260114e69ab09.zip
Updated TODO, dropping a lot of obsolete items
Notable items that are now resolved or implemented: * archives are now locked * the mbox classes have been refactored to a cleaner design * we moved from flock locking to fcntl * the setuid() feature is long gone * symlink attacks for tempfiles are not possible (that is really an ancient TODO item from the original author) * the test suite now has a lot of maildir test cases
Diffstat (limited to 'test_archivemail.py')
-rwxr-xr-xtest_archivemail.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test_archivemail.py b/test_archivemail.py
index 5b8b8fe..d7bce93 100755
--- a/test_archivemail.py
+++ b/test_archivemail.py
@@ -22,9 +22,7 @@ Unit-test archivemail using 'PyUnit'.
TODO: add tests for:
* dotlock locks already existing
- * archiving maildir-format mailboxes
* archiving MH-format mailboxes
- * preservation of status information from maildir to mbox
* a 3rd party process changing the mbox file being read
"""