Commit d216457b d216457b82f63d123ddd468e27d9bfe7bf758c75 by Sam Roberts

updated

1 parent e939545a
Showing 1 changed file with 20 additions and 5 deletions
...@@ -11,9 +11,6 @@ IMPORTANT: ...@@ -11,9 +11,6 @@ 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://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
17 14
18 [pop3] 15 [pop3]
19 + find out why the pop3 server quits on a signal when the 'quit' command is 16 + find out why the pop3 server quits on a signal when the 'quit' command is
...@@ -57,12 +54,30 @@ IMPORTANT: ...@@ -57,12 +54,30 @@ IMPORTANT:
57 54
58 - Maildir mailbox support 55 - Maildir mailbox support
59 56
57 - mailbox locking
58 - mutt has a way to lock mailboxes that are symlinks, can mailutils use
59 its algorithm?
60 - could mutt use a setgid external program to do dotlocking?
61 - why does mimetest fail on a symlink, but suceed on a dotlocked file?
62
63 + support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus)
64 + probably the AUTH should be allocated on creation, when the url is
65 looked at, and rejected then, for now return ENOTSUP at folder_imap.c:327
66
67 [mbox]
68
69 - unify the mbox-* and mimetest examples with messages, it would be nice
70 to have a general purpose tool
71
60 [sieve] 72 [sieve]
61 73
62 - bug: imap_fetch() can loop forever when sieve tries fileinto (sr - seen 74 - bug: imap_fetch() can loop forever when sieve tries fileinto (sr - seen
63 at work against a Domino IMAP server) 75 at work against a Domino IMAP server, the server is buggy, but we
76 still shouldn't busy loop)
64 77
65 * clean up diagnostics 78 - clean up diagnostics
79 - fileinto action dies badly when the mailbox lock failed
80 - make log function a callback
66 81
67 The 5 actions: 82 The 5 actions:
68 83
......