Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / imap / imap_tools.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-08-25 Art CancroTrivial commit to test automated builds
2017-03-04 Art Cancrostyle cleanup
2013-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-19 Wilfried Goesgensfix calculation of return string length
2013-10-10 Wilfried GoesgensUse the right strlen to output floor+roomnames via...
2013-09-30 Wilfried Goesgenspreserve stringlengths when outputting stuff in the...
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-05-25 Wilfried Goesgensfix possible buffer underrun (by 1;-)
2012-05-03 Wilfried GoesgensIMAP: make debug logging configurable.
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-11-03 Wilfried Goesgensmove old tokenizer over to the managesieve server;...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-07-26 Wilfried GöesgensFix IMAP-List command
2010-03-20 Wilfried Göesgens* string_append_c(): use another name for buf
2010-03-12 Wilfried Göesgens* casting int to char* doesn't work out on 64 bit archi...
2010-03-11 Wilfried Göesgens* make uid fetch and friends dynamic in size
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2009-11-18 Art Cancro* Gratuitous style cleanup of some of the imap code
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...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
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-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.