From 8596d68092065ca8793cdf59c8af37b1eb88e9a5 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Wed, 7 Nov 2007 19:59:18 +0000 Subject: TODO: update for the upcoming release. Added new item: * fix possible wrong names for IMAP mailbox archives --- TODO | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'TODO') 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? -- cgit v1.2.3