Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / sieve.c
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2022-06-14 Art CancroCtdlEncodeBase64() - only add linebreaks if told to...
2020-07-16 Art Cancroit now builds but does not do inbox filtering
2014-12-22 Wilfried Goesgensmore places to fix the new linebreak behaviour of the...
2012-10-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-10-18 Wilfried GoesgensTEMPLATING: add possibility to stack another context...
2012-08-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-20 Art CancroFixed the missing chrome in the add/delete scripts...
2012-03-20 Art CancroMigrated the sieve screens to room_banner_override...
2012-03-15 Art CancroReworked some suboptimal logic found in create_script()
2012-03-08 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-08 Art Cancromoved a comment up to the top
2012-03-08 Art CancroRepaired several logic issues in sieve.c that were...
2012-03-08 Art Cancrosilence compiler warning with variable no longer used
2012-03-07 Art Cancromini rfc2047 decoder for the text client
2012-03-03 Art CancroRemoved obsolete declarations
2012-03-03 Art CancroRemoved the commented-out code in sieve.c
2012-02-27 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-27 Art CancroInitialize variables in GetSieveRules() , thanks projectgus
2011-10-22 Wilfried Goesgenswe need to create the rules hash regardles of the serve...
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
2011-09-04 Wilfried Goesgensswitch to templated sieve editor; disable old.
2011-09-04 Wilfried Goesgensnarrow old and new sieve rules editor
2011-09-04 Wilfried GoesgensImplement selecting of sieve rule target room in dropdown.
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 Wilfried Goesgenssieve editor: continue templating, add 'one' iterator...
2011-09-04 Wilfried Goesgensmove beginbox & endbox to box_* so we can tidy up our...
2011-09-04 Art CancroRemoved Msg->reply_to because it held data for an older...
2011-09-04 the_mgtMerged the changes dothebart and I did, wasnt that...
2011-09-04 the_mgtRenamed the /icons directory to /webcit_icons because...
2011-09-04 Wilfried GoesgensTemplatize sieve rules editor; return success/fail...
2011-09-04 the_mgtAdapted c-files to new iconset "Essen"
2011-09-04 Art CancroRemoved the unused second argument from the do_template...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-09-25 Art CancroRevert "Revert "Removed the "fix_scrollbarbug" div...
2010-09-25 Art CancroRevert "Removed the "fix_scrollbarbug" div and all...
2010-09-25 Art CancroRevert "Revert "Removed the "fix_scrollbarbug" div...
2010-09-25 Art CancroRevert "Removed the "fix_scrollbarbug" div and all...
2010-09-24 Art CancroRemoved the "fix_scrollbarbug" div and all references...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens* split boxes into beginbox_1 + 2, and put title direct...
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-09-11 Art Cancro* For manually editing sieve scripts, increased the...
2009-09-11 Art Cancro* Remove 4096 byte limit on sieve scripts.
2009-07-28 Art Cancro* sieve.c: changed a bstr() to BSTR() which fixes the...
2009-06-09 Wilfried Göesgens* apply a5e7d0695df23e74fd9b0a0127611abd8febc58a by...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-09-02 Art CancroImplemented RFC2919, the 'List-ID' field for mailing
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-04-02 Wilfried Göesgens* moved url argument list to hash.
2008-01-06 Art CancroWebCit now detects whether the Citadel server has Sieve...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-01 Wilfried Göesgens* move to config-header similar to citserver.
2007-09-30 Wilfried Göesgens* check the buffersize while base64 encoding; and adjus...
2007-08-10 Thierry Pasqualieruse the same way to display all banners and services...
2007-07-23 Art CancroWhen webcit converts a set of inbox rules to a Sieve...
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-01-08 Art Cancro* Merged Thierry's CSS changes
2006-12-27 Art Cancro* When enumerating rooms in the drop-down list
2006-12-04 Art Cancro* Converted fr.po from iso-8859-1 to utf-8
2006-12-01 Art Cancro* Fixed a bug in the 'Delete Rule' logic.
2006-11-21 Art CancroCompleted the rules based script generator.
2006-11-21 Art CancroMinor change to test commit script hook
2006-11-20 Art CancroBegan fleshing out the Sieve script generator. Actions,
2006-11-16 Art CancroCompleted the remaining fields in the save/load/populate
2006-11-16 Art Cancromore fields
2006-11-16 Art CancroPopulate 'active' and 'hfield'. Nine more to go...
2006-11-16 Art CancroBegin reloading the form from saved rules
2006-11-16 Art CancroRules editor now encodes the form fields and saves...
2006-11-15 Art CancroBegan writing the rule encoder
2006-11-13 Art CancroMore work on the rules editor
2006-11-13 Art CancroMore work on the rules editor
2006-11-12 Art CancroFleshed out the rules editor some more
2006-11-11 Art CancroAdded a 'Delete Rule' button
2006-11-11 Art Cancrojavascript code to move rules up and down
2006-11-11 Art CancroLoad room list for the sieve rules once, and reuse the
2006-11-10 Art Cancronifty 'Add Rule' button
2006-11-10 Art Cancroupdate sieve rules using rooms
2006-11-09 Art CancroAdded some dynamic form stuff to the rules editor
2006-11-08 Art CancroStarted building the easy rules editor
2006-11-06 Art CancroMade some of the new messages consistent with
2006-11-06 Art CancroAdd/remove sieve scripts in WebCit is now complete.
2006-11-03 Art Cancrostarted add/remove scripts
2006-11-01 Art CancroSieve screens now allow the user to choose 'no filters'
2006-11-01 Art Cancroworked on sieve panel
2006-10-30 Art CancroJavascript multi-pane select for Sieve edit screen
2006-10-29 Art CancroMinor edit to sieve screen
next