Updated AUTH=ANON todo, and added some wish-list utilities.
Showing
1 changed file
with
12 additions
and
1 deletions
... | @@ -11,7 +11,9 @@ IMPORTANT: | ... | @@ -11,7 +11,9 @@ IMPORTANT: |
11 | some of the flaws of the old version. | 11 | some of the flaws of the old version. |
12 | 12 | ||
13 | - generalized search interface | 13 | - generalized search interface |
14 | - support AUTH=anonymous imap, imap://cyrus.andrew.cmu.edu/archive.info-cyrus | 14 | + support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus) |
15 | + probably the AUTH should be allocated on creation, when the url is | ||
16 | looked at, and rejected then, for now return ENOTSUP at folder_imap.c:327 | ||
15 | 17 | ||
16 | [pop3] | 18 | [pop3] |
17 | + find out why the pop3 server quits on a signal when the 'quit' command is | 19 | + find out why the pop3 server quits on a signal when the 'quit' command is |
... | @@ -80,8 +82,17 @@ The 5 actions: | ... | @@ -80,8 +82,17 @@ The 5 actions: |
80 | for pop and local spools my polling, why can't you select() on a unix | 82 | for pop and local spools my polling, why can't you select() on a unix |
81 | file?) | 83 | file?) |
82 | 84 | ||
85 | [utilities] | ||
86 | |||
87 | - forward only MTA, nullmailer like, but accepting SMTP on 25 from localhost | ||
88 | |||
89 | - utility to move all mail from one mailbox to another, like mbox to | ||
90 | IMAP, preserving all flags that are possible. can sieve do this? | ||
91 | |||
83 | [all] | 92 | [all] |
84 | 93 | ||
94 | - add nightly build | ||
95 | |||
85 | - add more features | 96 | - add more features |
86 | 97 | ||
87 | - optimize everything | 98 | - optimize everything | ... | ... |
-
Please register or sign in to post a comment