From af3bb16a4c5106a1e2d40d752d0260114e69ab09 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Thu, 29 Jul 2010 19:49:42 +0200 Subject: 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 --- test_archivemail.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test_archivemail.py') 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 """ -- cgit v1.2.3