- Jun 26, 2011
-
-
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.
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Sep 17, 2010
-
-
Stephan Bosch authored
Incorporated distinction between original and final envelope recipient in Sieve interpreter, as recently introduced in Dovecot.
-
- Aug 17, 2010
-
-
Stephan Bosch authored
-
- Aug 13, 2010
-
-
Stephan Bosch authored
- Changed operand read functions to prove exec status return codes in stead of boolean. - Restructured optional-operand, stringlist and string-match APIs to provide execution status (error code) upon failure. - Corruption errors are only produced when the binary is actually corrupt. Normal failures should never cause a recompile attempt anymore. - Simplified optional-operand API. - Cleaned up test command implementations that use the string-match API.
-
- Aug 03, 2010
-
-
Stephan Bosch authored
-
- Jul 30, 2010
-
-
Stephan Bosch authored
-
- Jul 29, 2010
-
-
Stephan Bosch authored
-
- Jul 17, 2010
-
-
Stephan Bosch authored
-
- Jul 14, 2010
-
-
Stephan Bosch authored
-
- May 16, 2010
-
-
Stephan Bosch authored
-
- May 14, 2010
-
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
- Nov 02, 2009
-
-
Stephan Bosch authored
-
- Jul 29, 2009
-
-
Stephan Bosch authored
-
- Aug 07, 2009
-
-
Stephan Bosch authored
Major rework of envelope address handling: a normalized version of the envelope addresses is maintained in the message context and message context is now also available during action execution.
-
- Jul 18, 2009
-
-
Stephan Bosch authored
Envelope: fixed bug in application of address parts; failure to obtain the part would cause inappropriate match success (bug reported by Ron Lee)
-
- Jan 02, 2009
-
-
Stephan Bosch authored
-
- Dec 25, 2008
-
-
Stephan Bosch authored
-
- Nov 29, 2008
-
-
Stephan Bosch authored
-
- Sep 12, 2008
-
-
Stephan Bosch authored
-
- Sep 09, 2008
-
-
Stephan Bosch authored
-
- Sep 07, 2008
-
-
Stephan Bosch authored
-
- Aug 16, 2008
-
-
Stephan Bosch authored
-
- Aug 12, 2008
-
-
Stephan Bosch authored
-
- Aug 10, 2008
-
-
Stephan Bosch authored
-
- Aug 01, 2008
-
-
Stephan Bosch authored
Testsuite: added RFC compliance tests for the variables extension and fixed use of wrong default comparator.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jul 31, 2008
-
-
Stephan Bosch authored
-
- Jul 27, 2008
-
-
Stephan Bosch authored
Envelope: <> return path now always matches as the empty string, regardless of the specified address part.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jul 25, 2008
-
-
Stephan Bosch authored
Significantly improved handling of old/corrupt binaries and revised matching implementation in the process.
-
Stephan Bosch authored
Working towards improving the handling of currupt binaries: defined multiple exit codes for execution functions and defined trace macro for reporting binary corruptions.
-
- Jul 23, 2008
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jul 21, 2008
-
-
Stephan Bosch authored
Testsuite: tested handling of teststuite envelope environment and fixed bugs in the envelope test in the process.
-
Stephan Bosch authored
-