Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / modules / imap /
2009-06-04 Art Cancro* IMAP CREATE command with no folder name specified...
2009-06-04 Art Cancro* Eliminated the CtdlCopyMsgsToRoom() function, since...
2009-06-01 Art Cancro* Fixed bug #467, possibly at the cost of poorer perfor...
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
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-11-20 Art CancroFixed a serious problem with IMAP header fetch. memrea...
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
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-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
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-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-27 Art CancroAdded a missing 'NO' to some error messages in IMAP...
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-12-09 Art CancroIMAP server: suppress untagged 'EXISTS' and 'EXPUNGE...
2007-12-03 Wilfried Göesgens* applied Patrick Colemans patch
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-21 Art Cancrostruct CitContext no longer contains separate module...
2007-11-19 Art Cancroooops... ascmonths[] was in use in imap_tools.c .....
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-04 Wilfried Göesgens* init some numbers.
2007-10-28 Dave WestSolution to bug no. 258 (forging of from headers with...
2007-10-16 Dave WestAdded a comment to serv_ldap.c
2007-10-13 Wilfried Göesgens* speed up imap_pick_range by getting the Imap-Context...
2007-10-13 Wilfried Göesgens* don't call the context getter to frequent.
2007-10-11 Art CancroCompleted the implementation of RFC2359
2007-10-10 Art CancroBegan implementing the UIDPLUS extension.
2007-09-26 Art CancroPatch to handle Matt's issue with parentheses
2007-09-20 Wilfried Göesgens* honor the openssl configure define, so we don't die...
2007-09-11 Wilfried Göesgens* 64 bit cleanness: format size_t properly in printf()
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-23 Art CancroWhen outputting the extension data for a
2007-08-23 Art Cancro* Reversed previous change. It wasn't needed after...
2007-08-23 Art Cancroimap_fetch.c: output an extra space required before the
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-22 Art CancroChanged the way messages and headers are
2007-08-09 Wilfried Göesgens* typos remaining...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* strlen hunt: messed brackets.
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Dave WestContinue phase 2 of modules stuff.