- Sep 19, 2012
-
-
Stephan Bosch authored
Added support for the :optional tag of the include command. Changed Sieve script API in the process; opening the script is now available as a separate step.
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Aug 04, 2012
-
-
Stephan Bosch authored
Added test for interaction between include extension and dict script location support.
-
- Aug 03, 2012
-
-
Stephan Bosch authored
Sieve script equality function implementation was wrong.
-
- May 11, 2012
-
-
Stephan Bosch authored
Incorporated sieve_duplicate plugin into main Pigeonhole tree as a normal extension (vnd.dovecot.duplicate). Also restructured doc dir a bit in the process.
-
- Apr 22, 2012
-
-
Stephan Bosch authored
- Built generic interface for alternative script sources. - Implemented dict script location. NOTE: ManageSieve will not work with this yet, nor will sieve_before/sieve_after.
-
- Dec 17, 2011
-
-
Stephan Bosch authored
This puts the ".sieve" and ".svbin" file extension definitions in a single locatio. IMPORTANT: this fixes a bug in the include extension that implicitly mapped script names like "name.sieve" to "name".
-
- Nov 29, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Nov 28, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
This was broken by previous change. It now properly uses the final version of the message instead of the original.
-
- Nov 27, 2011
-
-
Stephan Bosch authored
It did not use the original message in this case.
-
- Nov 26, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Nov 23, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Sep 21, 2011
-
-
Stephan Bosch authored
-
- Sep 20, 2011
-
-
Stephan Bosch authored
-
- Sep 14, 2011
-
-
Stephan Bosch authored
-
- Sep 11, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Configuration is now only read once at extension initialization.
-
- Aug 02, 2011
-
-
Stephan Bosch authored
lib-sieve: vacation extension: finally added support for using the original recipient in vacation address check.
-
- Jul 05, 2011
-
-
Stephan Bosch authored
-
- Jun 26, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: optimized compilation of tests that yield constant results (i.e. known at compile tme), such as true and false. If the result of a test is known at compile time, it is optimized away. If an if-command depends on an entirely constant test, it is optimized away as well, causing only the 'true' sub-block to be compiled.
-
- Jun 22, 2011
-
-
Stephan Bosch authored
-
- Jun 06, 2011
-
-
Stephan Bosch authored
Made vnd.dovecot.debug extension available to the LDA plugin instead of only the command line tools.
-
- Feb 20, 2011
-
-
Stephan Bosch authored
-
- Feb 09, 2011
-
-
Stephan Bosch authored
-
- Jan 25, 2011
-
-
Stephan Bosch authored
-
- Jan 01, 2011
-
-
Stephan Bosch authored
-
- Sep 17, 2010
-
-
Stephan Bosch authored
-
- Aug 29, 2010
-
-
Stephan Bosch authored
-
- Aug 28, 2010
-
-
Stephan Bosch authored
-
- Aug 13, 2010
-
-
Stephan Bosch authored
-
- Aug 03, 2010
-
-
Stephan Bosch authored
Imap4flags: fixed bug in setflag command; when parameter was a stringlist, only the last item was actually set.
-