mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
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 (?)
This commit is contained in:
parent
2d608bffe7
commit
d57987be04
1 changed files with 18 additions and 2 deletions
20
TODO
20
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?
|
||||
|
|
Loading…
Reference in a new issue