aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-07 19:59:18 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-07 19:59:18 +0000
commit8596d68092065ca8793cdf59c8af37b1eb88e9a5 (patch)
tree9563cae989e49ca77cb45df9c4b091e4c3b0e07e /TODO
parentf47de2667662c5b7c12b16ffe28db2cda0a50f6a (diff)
downloadarchivemail-8596d68092065ca8793cdf59c8af37b1eb88e9a5.tar.gz
archivemail-8596d68092065ca8793cdf59c8af37b1eb88e9a5.tar.bz2
archivemail-8596d68092065ca8793cdf59c8af37b1eb88e9a5.zip
TODO: update for the upcoming release. Added new item:
* fix possible wrong names for IMAP mailbox archives
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 11 insertions, 6 deletions
diff --git a/TODO b/TODO
index 577356a..4fd4b99 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,15 @@
-Release blockers for 0.7.1
---------------------------
+Check sf.net and Debian BTS for new bugs. Again.
-Implement --all. (?) Check patch from #1764846.
+IMAP: ensure mailbox archives are properly named. Currently imap folder names
+are mapped like this:
-Check sf.net and Debian BTS for new bugs. Again.
+ IMAP URL | resulting mbox_archive
+ ------------+------------------------
+ test.box | test.box_archive.gz
+ test/box | box_archive.gz
------------- EO: release blockers -------------
+
+Implement --all. (?) Check patch from #1764846.
Implement --include-draft. But before, think about it again. (This is feature
request #1569305.)
@@ -19,7 +23,8 @@ 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").
-Port to email.message and the new mailboxes in Python 2.5.
+Try to port archivemail to email.message and the new mailboxes in Python 2.5.
+Is these flexible enough for our needs?
Add recursive archiving of mail subfolders?