Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / sieve / serv_sieve.c
2020-07-16 Art Cancromodule 'sieve' is renamed to 'inboxrules'
2020-07-16 Art Cancroit now builds but does not do inbox filtering
2020-07-06 Art CancroZZMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-05 Art CancroRemoved some leftover dependencies on message fields...
2018-08-27 Art Cancrocleaned up some compiler warnings
2018-01-25 Art Cancrowar on eNodeName
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
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-07-24 Wilfried GoesgensModularise msgbase
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancroconfig migration endless typing meow
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
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-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-04-29 Wilfried GoesgensSieve: make logging configurable.
2012-03-02 Art Cancrocheck for null
2012-02-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-28 Art CancroStop processing if the Sieve script is empty.
2012-02-28 Art CancroSmall API change to previous commit
2012-02-28 Art CancroSplit out a portion of ctdl_getscript() into a new...
2012-02-28 Art CancroRemove extra newlines
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-11-27 Wilfried Goesgensremove the duplicate for 'allheaders'
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-11-14 Wilfried GoesgensMemleak: free the roomlist of the sieve-queued rooms...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-03-30 Wilfried Göesgens* say we're UTF-8 in vacation messages.
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-03-07 Wilfried Göesgens* replace rewrite_ctdl_sieve_config()s use of malloc...
2010-03-05 Art Cancro* New parameter to CtdlSaveMsgPointersInRoom() to suppr...
2010-02-09 Wilfried Göesgens* change CtdlReadMessageBody to use StrBuf for concatte...
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-03-17 Art Cancro* Applied dtx patch for receiving second level headers...
2009-02-06 Art Cancro* Removed some temporary diagnostics that had been...
2008-11-21 Art Cancroremoved some spurious debugs
2008-11-05 Art Cancro/* If the last item in a list of recipients was truncat...
2008-11-04 Art CancroThat didn't work.
2008-09-25 Art CancroCompleted HEADERS_FAST mode, which fetches only the top
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-05-16 Dave WestSieve will now only process messages that are newer...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-01-16 Wilfried Göesgens* checking a pointer is useless if you dereference...
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-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-01 Wilfried Göesgens* sanitize parameters, check pointers for NULL
2007-10-29 Art CancroSieve GETENVELOPE - fill in a bogus envelope from
2007-10-29 Art CancroSieve GETENVELOPE - fill in a bogus envelope from
2007-09-18 Art CancroAggregation of remote POP3 accounts is now working.
2007-09-05 Dave WestFix to speed up Sieve processing, taking relatively...
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-07-31 Dave WestContinue phase 2 of modules stuff.