]> code.citadel.org Git - citadel.git/blob - citadel/techdoc/roadmap.txt
* Updated documentation etc. for 6.40 release (and for 2005 copyright)
[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
10
11   Status: the current implementation has both a 'Contacts' personal
12   folder and a 'Global Address Book' -- both which contain vCards.  WebCit
13   can use them, and Kolab-compatible clients seem to be able to access them
14   seamlessly as well.
15  
16   We should integrate the address books more tightly into Citadel dialogs
17   such as recipient auto-completion, etc.
18  
19 * Better UI presentation for delegated access to mailboxes.  (In IMAP this
20   will be easy because of "other users namespace" support.)
21
22 * Additional LDAP integration
23  
24   Status: the current implementation can populate an external LDAP directory
25   with Citadel user data.
26
27 * Calendar service
28  
29   Status: full functionlity is present in the current implementation, including
30   the ability to keep a personal calendar, send/receive invitations, manage
31   attendees, check free/busy times, etc.  It is fully usable via WebCit
32   and also works with both Aethera and Kolab1 (vCalendar over IMAP for the
33   calendar store, and vCalendar over HTTPS for checking other users' free/busy
34   times).
35
36   After several false starts, it appears that the emerging standard will be
37   the draft GroupDAV specification.  Citadel will support GroupDAV, providing
38   out-of-the-box compatibility with upcoming versions of Evolution,
39   KOrganizer, and any other client which follows the standard.
40
41
42  Short-term TODO list
43  --------------------
44 * Configuration front ends (particularly in WebCit) for the new feature
45   that allows a shared room to have different names at each end of the link.
46  
47 * Support recurring events in the calendar service.  (These currently can
48   be submitted via external clients such as Aethera, but they aren't handled
49   properly by WebCit and they don't show up in freebusy.)
50  
51 * RFC 2180 compliance -- do something predictable when more than one client
52   has a mailbox open and one tries to rename or delete it.  The easiest thing
53   to do would be to simply deny the operation.  This should probably be done
54   across the entire Citadel system rather than only in IMAP.
55
56 * Reminder: after the next non-beta version of the Citadel server is
57   released, email the IMAPcopy people for inclusion on their web site.
58   (Follow-up: we've done this twice now and received no answer.)
59  
60 * Land a book deal with O'Reilly.  :)
61  
62
63  Items recently removed from TODO list
64  -------------------------------------
65
66 * WebCit support for HTTP/HTTPS transactions performed by Kolab1 clients
67   (The current WebCit build works with the Kolab1 klient, and with Aethera,
68   both using HTTPS.)
69  
70 * RFC 2739 compliance (provide calendar free/busy URL's in vCard and LDAP)
71   (If anyone knows of clients that make use of this, let us know / test it)
72
73 * Move the WebCit presentation mode from frames to CSS.
74   (Status: completed as of 2005jan25.  This was a prerequisite to DAV-enabling
75   the WebCit service.)