some work on calendar
[citadel.git] / citadel / modules / imap / imap_list.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2017-03-04 Art Cancrostyle cleanup
2013-09-30 Wilfried Goesgenspreserve stringlengths when outputting stuff in the...
2013-09-29 Wilfried Goesgenswe need to free the array _after_ releasing the array...
2012-05-03 Wilfried GoesgensIMAP: make debug logging configurable.
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroRemoved newlines from syslog in pop3 and imap modules
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-11-07 Wilfried GoesgensRewrite IMAP-Module to buffer its output
2010-09-01 Art CancroMore removal of $Id$ tags
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-03-20 Wilfried Göesgens* imap_listroom():
2010-03-12 Wilfried Göesgens* upsi, forgot to move that flag
2010-03-12 Wilfried Göesgens* casting int to char* doesn't work out on 64 bit archi...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
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-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
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-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-08-03 Dave WestContinue phase 2 of modules stuff.