]> code.citadel.org Git - citadel.git/blob - citadel/techdoc/roadmap.txt
* Set version number to 6.00 in documentation and header files.
[citadel.git] / citadel / techdoc / roadmap.txt
1 This isn't an official list of plans.  It's basically just some notes on where
2 we want to be going.  It's something to consult when sitting down to write
3 some code and deciding what to work on.
4
5
6 Goals to achieve during the 6.xx cycle
7 --------------------------------------
8
9 * Address books: allow personal address books as well as global, and give
10   the system the ability to use those addresses as e-mail shortcuts.
11  
12 * Better UI presentation for delegated access to mailboxes.
13
14 * Optimize the IMAP server and add the search command.
15   Mozilla/Netscape makes this query:
16 7 UID fetch 1662,1750,1774,2788:2790 (UID RFC822.SIZE FLAGS BODY.PEEK[HEADER.FIELDS (From To Cc Subject Date Message-ID Priority X-Priority References Newsgroups)])
17   Outbreak makes this query:
18 000W UID FETCH 1:* (BODY.PEEK[HEADER.FIELDS
19 (References X-Ref X-Priority X-MSMail-Priority X-MSOESRec Newsgroups)] ENVELOPE
20 RFC822.SIZE UID FLAGS INTERNALDATE)
21
22 * LDAP directory support
23
24 * Calendar service
25
26 * NNTP