]> code.citadel.org Git - citadel.git/history - citadel/modules/imap
preserve stringlengths when outputting stuff in the imap module
[citadel.git] / citadel / modules / imap /
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.