diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-07 19:59:18 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-07 19:59:18 +0000 |
commit | 8596d68092065ca8793cdf59c8af37b1eb88e9a5 (patch) | |
tree | 9563cae989e49ca77cb45df9c4b091e4c3b0e07e /TODO | |
parent | f47de2667662c5b7c12b16ffe28db2cda0a50f6a (diff) | |
download | archivemail-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-- | TODO | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -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? |