Commit cac341d2 cac341d2ff272bb258bdc166267108d424a5497e by Sam Roberts

Added Sergey's todo, and mine for sieve.

1 parent f4abd169
Showing 1 changed file with 37 additions and 0 deletions
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
4 * --> in progress 4 * --> in progress
5 5
6 [libmailbox] 6 [libmailbox]
7
7 * autogen.sh (libtool) complains about libmailbox.la in noinst (JB Oct 08/99) 8 * autogen.sh (libtool) complains about libmailbox.la in noinst (JB Oct 08/99)
8 9
9 - added more includes, make sure autoconf finds them 10 - added more includes, make sure autoconf finds them
...@@ -24,9 +25,11 @@ ...@@ -24,9 +25,11 @@
24 * Maildir is VERY rough 25 * Maildir is VERY rough
25 26
26 [mail] 27 [mail]
28
27 - clean up 'mail''s compilation, why is there a mail script? 29 - clean up 'mail''s compilation, why is there a mail script?
28 30
29 [pop3] 31 [pop3]
32
30 - find out why the pop3 server quits on a signal when the 'quit' command is 33 - find out why the pop3 server quits on a signal when the 'quit' command is
31 given 34 given
32 35
...@@ -36,6 +39,40 @@ ...@@ -36,6 +39,40 @@
36 39
37 + crypt is linked even if pam was detected, it should be one or the other (JB Oct 08/99) 40 + crypt is linked even if pam was detected, it should be one or the other (JB Oct 08/99)
38 41
42 [imap4d]
43
44 - Check interaction with imap clients.
45
46 - implement charsets in search: 1 SEARCH CHARSET ISO-8859-2 TEXT ...
47
48 - implement AUTHENTICATE command (at least kerberos?)
49
50 [mail]
51
52 - Add MIME support.
53
54 [sieve]
55
56 * clean up diagnostics
57
58 The 5 actions:
59
60 + keep
61
62 + fileinto
63
64 + discard
65
66 - redirect (need to modify mail sending interface to control envelope
67 addresses)
68
69 - reject (need to from MDNs)
70
71 - run as daemon, sieveing mail on arrival (need interface for notification
72 of message arrival, this is supported by imap, but we'll have to fake
73 for pop and local spools my polling, why can't you select() on a unix
74 file?)
75
39 [all] 76 [all]
40 - add more features 77 - add more features
41 78
......