struct recptypes now uses dynamically allocated
[citadel.git] / citadel / serv_sieve.c
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-01-21 Wilfried Göesgens* use message purger api function instead of jut free...
2007-01-21 Wilfried Göesgens* free buffer in config reader
2006-12-27 Art CancroSieve FILEINTO was failing to locate public rooms in
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-12-01 Art Cancro* Sanitize message headers by stripping high-ascii...
2006-11-16 Art CancroFixed the MSIV GETSCRIPT command ... it was failing
2006-10-31 Art CancroChanged the Sieve API -- msiv_store() etc.
2006-10-26 Art CancroVACATION and REJECT messages now appear to come from
2006-10-25 Art CancroRemove the SieveRules room. Keep sieve config in My...
2006-10-25 Art CancroCorrectly set Subject in vacation replies
2006-10-24 Art CancroFixed the problem with disappearing vacation database...
2006-10-24 Art CancroChanged the on-disk config format for the vacation
2006-10-24 Art CancroCompleted Sieve VACATION handler. Still needs testing.
2006-10-23 Art CancroKeep track of envelope from and to headers
2006-10-23 Art CancroAdded some code to test storage of vacation hashes.
2006-10-23 Art Cancro* load and store vacation hashes
2006-10-20 Art Cancroinitial prep for VACATION extension
2006-10-18 Art CancroMinor cleanup to remove extensions we aren't going
2006-10-18 Art Cancro'actiontaken' renamed to 'cancel_implicit_keep'
2006-10-18 Art CancroDon't declare extensions we won't be supporting anytime...
2006-10-18 Art CancroNew global variable: extern char *msiv_extensions
2006-10-17 Art CancroPut in a stub for msiv_listextensions() to remind myself
2006-10-17 Art CancroImplemented the Sieve 'get message size' function
2006-10-17 Art CancroImplemented the REJECT extension
2006-10-14 Art Cancro* Implemented the 'getsubaddress' callback, but then...
2006-10-13 Art CancroCompleted 'deletescript' API and protocol command.
2006-10-13 Art CancroRemoved some debugging messages we no longer need.
2006-10-12 Art Cancromsiv 'setactive' completed
2006-10-12 Art Cancromsiv 'listscripts' completed
2006-10-12 Art CancroCompleted API functions to load and store
2006-10-12 Art Cancrodid a lot of work on sieve config load/save/parse/use
2006-10-11 Art Cancromore work on sieve script management
2006-10-10 Art Cancroworked on sieve config load/save
2006-10-06 Art CancroBegan working out a way to fetch Sieve scrips from
2006-10-04 Art Cancro* Implemented REDIRECT action.
2006-10-02 Art Cancrocleaned up some comments etc.
2006-10-02 Art CancroAction FILEINTO is now completed.
2006-09-29 Art Cancro* Actions for KEEP and DISCARD completed
2006-09-29 Art Cancro* Cleaned up some minor details
2006-09-29 Art CancroGot all the pointers straightened out. We are now...
2006-09-28 Art Cancro* For now, supply a static script to the sieve parser
2006-09-27 Art CancroInitialize an instance of the Sieve parser when processing
2006-09-25 Art CancroFleshed out the processing loop for sieve
2006-09-23 Art CancroCompleted a new queue (sieve_list) which will instantly
2006-09-21 Art Cancroserv_network.c and msgbase.c: preliminary work for...
2006-09-11 Art CancroAdd serv_sieve.c and initialize it...