Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / imap / imap_misc.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
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-07-06 Art CancroZZMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-05 Art CancroRemoved some leftover dependencies on message fields...
2017-04-18 Art CancroFix output of UID COPY operation
2017-04-18 Art Cancroimap_output_copyuid_response() now accepts an IMAP...
2017-03-04 Art Cancrostyle cleanup
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art CancroMigrated many other files to the new config system
2014-12-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-12-31 Wilfried GoesgensAs clang told us: we have to check for empty buffer...
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
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-08 Wilfried Goesgensfix some incompletely transformed reply strings; thanks...
2010-11-07 Wilfried GoesgensRewrite IMAP-Module to buffer its output
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-14 Art Cancroimap server update to new API
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_append(): rename buffer, don't use it for severa...
2010-03-05 Art Cancro* New parameter to CtdlSaveMsgPointersInRoom() to suppr...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-21 Wilfried Göesgens* migrate append to StrBuf; switch the lineconverter...
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-06-04 Art Cancro* Eliminated the CtdlCopyMsgsToRoom() function, since...
2009-04-06 Art Cancro* Set zapped_ok to 1 on nearly all calls to imap_grabro...
2008-07-17 Art CancroDisplaying incoming instant messages through an IMAP...
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-12-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-03 Wilfried Göesgens* applied Patrick Colemans patch
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-28 Dave WestSolution to bug no. 258 (forging of from headers with...
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-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.