* More license declarations
[citadel.git] / citadel / modules / imap / serv_imap.c
2009-10-15 Art Cancro* More license declarations
2009-08-14 Wilfried Göesgens* be more paranoid about the previous content of passvo...
2009-06-04 Art Cancro* IMAP CREATE command with no folder name specified...
2009-04-06 Art Cancro* Set zapped_ok to 1 on nearly all calls to imap_grabro...
2009-03-09 Art Cancro* Removed the defunct METADATA parameters to our unfini...
2009-03-02 Art Cancro* Added some comments next to portions of the code...
2008-09-25 Art CancroCompleted HEADERS_FAST mode, which fetches only the top
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.