diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-06 23:54:50 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-06 23:54:50 +0000 |
commit | d57987be0423cbb2980497981e7359cb57e2e019 (patch) | |
tree | bcc8e438436c0e3dcf2dba4b50a5790e744fc917 | |
parent | 2d608bffe7ffd0a75c79297ff34fb5f98aaa2169 (diff) | |
download | archivemail-d57987be0423cbb2980497981e7359cb57e2e019.tar.gz archivemail-d57987be0423cbb2980497981e7359cb57e2e019.tar.bz2 archivemail-d57987be0423cbb2980497981e7359cb57e2e019.zip |
TODO: new items:
* implement --all (?)
* implement --include-draft (?)
* consider to use target directories for temporary files, this might spare us
one copy if they reside on other filesystems than /tmp
* fallback if an IMAP server doesn't implement SEARCH (?)
-rw-r--r-- | TODO | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,8 +1,24 @@ +Release blockers for 0.7.1 +-------------------------- + +Implement --all. (?) Check patch from #1764846. + +Check sf.net and Debian BTS for new bugs. Again. + +------------ EO: release blockers ------------- + +Implement --include-draft. But before, think about it again. (This is feature +request #1569305.) + +Create temporary archive mbox in /tmp only if we don't have write permissions in +the mbox directory. Currently, if /tmp resides on another filesystem, we have +to copy the entire box to its destination. + +Implement a fallback if an IMAP server doesn't support SEARCH. (Ouch!) + Add IMAP tests to the testsuite (upload test messages with IMAP "APPEND date-string"). -Check sf.net and Debian BTS for new bugs. - Port to email.message and the new mailboxes in Python 2.5. Add recursive archiving of mail subfolders? |