More TODO notes.
Showing
1 changed file
with
4 additions
and
11 deletions
... | @@ -17,16 +17,13 @@ IMPORTANT: | ... | @@ -17,16 +17,13 @@ IMPORTANT: |
17 | 17 | ||
18 | - generalized search interface | 18 | - generalized search interface |
19 | 19 | ||
20 | [pop3] | 20 | [mail.local] |
21 | + find out why the pop3 server quits on a signal when the 'quit' command is | ||
22 | given | ||
23 | |||
24 | + test daemon code | ||
25 | 21 | ||
26 | + test network code | 22 | - integrate sieve |
27 | 23 | ||
28 | + crypt is linked even if pam was detected, it should be one or the other (JB Oct 08/99) | 24 | - can it append to an imap mailbox? |
29 | 25 | ||
26 | [pop3] | ||
30 | - SSL support | 27 | - SSL support |
31 | 28 | ||
32 | - pop3d_readline - should this use select(), avoid the race condition, | 29 | - pop3d_readline - should this use select(), avoid the race condition, |
... | @@ -74,10 +71,6 @@ IMPORTANT: | ... | @@ -74,10 +71,6 @@ IMPORTANT: |
74 | 71 | ||
75 | - implement unrolling of symlinks | 72 | - implement unrolling of symlinks |
76 | 73 | ||
77 | - implement NFS-safe locking | ||
78 | |||
79 | - implement a locker that uses an external dotlock utility | ||
80 | |||
81 | - implement a force unlock mode... so that when a mailbox | 74 | - implement a force unlock mode... so that when a mailbox |
82 | is closed or destroyed it can make sure that the lock | 75 | is closed or destroyed it can make sure that the lock |
83 | is definitely gone. | 76 | is definitely gone. | ... | ... |
-
Please register or sign in to post a comment