struct recptypes now uses dynamically allocated
[citadel.git] / citadel / imap_acl.c
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-03-05 Art Cancroimap acl ... when outputting the 't' right, also
2007-02-10 Art Cancroimap_acl: never output the 'a' flag, even if the user
2007-02-10 Art Cancro* IMAP 'LISTRIGHTS' command (skeleton) implemented
2007-01-27 Art Cancro* Moved message deletion into the CtdlRoomAccess()...
2007-01-24 Art CancroDon't use imap_strout() for ACL bits. Technically...
2007-01-23 Art Cancro* ACL extension - GETACL and MYRIGHTS share output...
2007-01-18 Art Cancro* CtdlCheckRoomAccess() now sets a new bit UA_ADMINALLOWED
2007-01-11 Art CancroFixed a syntax error
2007-01-11 Art CancroChanged some of the ACL logic
2007-01-10 Art Cancro* Augmented the access control model and API
2007-01-10 Art CancroWorked on GETACL a little bit
2007-01-09 Art Cancro* Allow ACL commands without having a folder selected.
2007-01-09 Art CancroChecking in a skeleton of RFC 2086 (IMAP ACL extension).