Displaying incoming instant messages through an IMAP client
[citadel.git] / citadel / modules / imap / serv_imap.c
2008-07-17 Art CancroDisplaying incoming instant messages through an IMAP...
2008-07-17 Dave WestIMAP now supports the nologin flag in the context and...
2008-05-28 Dave WestNow IMAP posts Aide messages when a room is created.
2008-03-31 Art CancroRefrain from transmitting untagged IMAP responses when the
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-01-01 Art CancroMore verbose logging for get_default_icaltimezone(...
2007-12-27 Art CancroAdded a missing 'NO' to some error messages in IMAP...
2007-12-09 Art CancroIMAP server: suppress untagged 'EXISTS' and 'EXPUNGE...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-21 Art Cancrostruct CitContext no longer contains separate module...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-11 Art CancroCompleted the implementation of RFC2359
2007-10-10 Art CancroBegan implementing the UIDPLUS extension.
2007-09-20 Wilfried Göesgens* honor the openssl configure define, so we don't die...
2007-09-10 Art CancroFor the SSL-only ports, if crypto negotiation fails,
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-24 Art CancroCompile with -DDISABLE_IMAP_ACL to build a Citadel...
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-08-03 Dave WestContinue phase 2 of modules stuff.