Blame view

TODO 1012 Bytes
1 2 3 4 5
+ --> fixed/done
- --> pending
= --> on hold
* --> in progress

6
[libmailbox]
Jeff Bailey authored
7
* autogen.sh (libtool) complains about libmailbox.la in noinst (JB Oct 08/99)
8

9
- added more includes, make sure autoconf finds them
10

11
- need an interface to set flags for each message
12

13
- need an interface to set and create values in the header
14

15
- unixmbox's open function needs to be split into an open and a parse function
16

17
- needs a search ability
18

19 20 21 22
- unixmbox needs expunge working

+ libmailbox has a nasty bug -- if the mailbox is empty, the library has no idea
  what to do (Shaleh Oct 07/99)
23 24

* Maildir is VERY rough
25 26 27 28 29
  
[mail]
- clean up 'mail''s compilation, why is there a mail script?

[pop3]
30 31 32
- find out why the pop3 server quits on a signal when the 'quit' command is
  given

33 34 35 36
- test daemon code

- test network code

37 38 39
+ crypt is linked even if pam was detected, it should be one or the other (JB Oct 08/99)

[all]
40 41 42 43 44
- add more features

- optimize everything

- test everything
45 46 47

+ add imap server code (JB && Shaleh Oct 11/99)