Commit 888decf9 888decf90209426ecef5e27fc7277171ccf7d42a by Sergey Poznyakoff

updated

1 parent 124d9cc3
Showing 1 changed file with 6 additions and 26 deletions
...@@ -3,39 +3,18 @@ ...@@ -3,39 +3,18 @@
3 = --> on hold 3 = --> on hold
4 * --> in progress 4 * --> in progress
5 5
6 [libmailbox]
7 6
8 * autogen.sh (libtool) complains about libmailbox.la in noinst (JB Oct 08/99) 7 [mailbox or mailbox2]
9 8
10 - added more includes, make sure autoconf finds them 9 - generalized search interface
11
12 - need an interface to set flags for each message
13
14 - need an interface to set and create values in the header
15
16 - unixmbox's open function needs to be split into an open and a parse function
17
18 - needs a search ability
19
20 - unixmbox needs expunge working
21
22 + libmailbox has a nasty bug -- if the mailbox is empty, the library has no idea
23 what to do (Shaleh Oct 07/99)
24
25 * Maildir is VERY rough
26
27 [mail]
28
29 - clean up 'mail''s compilation, why is there a mail script?
30 10
31 [pop3] 11 [pop3]
32 12 + 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
34 given 13 given
35 14
36 - test daemon code 15 + test daemon code
37 16
38 - test network code 17 + test network code
39 18
40 + crypt is linked even if pam was detected, it should be one or the other (JB Oct 08/99) 19 + crypt is linked even if pam was detected, it should be one or the other (JB Oct 08/99)
41 20
...@@ -74,6 +53,7 @@ The 5 actions: ...@@ -74,6 +53,7 @@ The 5 actions:
74 file?) 53 file?)
75 54
76 [all] 55 [all]
56
77 - add more features 57 - add more features
78 58
79 - optimize everything 59 - optimize everything
......