aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-06 23:54:50 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-06 23:54:50 +0000
commitd57987be0423cbb2980497981e7359cb57e2e019 (patch)
treebcc8e438436c0e3dcf2dba4b50a5790e744fc917 /TODO
parent2d608bffe7ffd0a75c79297ff34fb5f98aaa2169 (diff)
downloadarchivemail-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 (?)
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 18 insertions, 2 deletions
diff --git a/TODO b/TODO
index a354adf..577356a 100644
--- a/TODO
+++ b/TODO
@@ -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?