- Aug 25, 2016
-
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
- Aug 20, 2016
-
-
Stephan Bosch authored
perl -i -pe 's/unsigned int ([^,:;]+):1;/bool $1:1;/' **/*.[ch]
-
- Mar 19, 2016
-
-
Stephan Bosch authored
lib-sieve: Renamed sieve_runtime_flags to sieve_execute_flags and made these available to result execution.
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Nov 21, 2014
-
-
Stephan Bosch authored
-
- Nov 13, 2014
-
-
Stephan Bosch authored
-
- Oct 17, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: Restructured result execution, so that all actions which involve mail storage are always committed before all others.
-
- Oct 10, 2014
-
-
Stephan Bosch authored
-
- May 07, 2014
-
-
Stephan Bosch authored
This way, a duplicate is only marked when the script execution succeeds, as required in the specification.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Jun 02, 2013
-
-
Stephan Bosch authored
This change is bigger than I would have liked, so this needs to be tested more.
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Nov 23, 2011
-
-
Stephan Bosch authored
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Nov 30, 2010
-
-
Stephan Bosch authored
-
- Sep 05, 2010
-
-
Stephan Bosch authored
-
- Aug 30, 2010
-
-
Stephan Bosch authored
-
- 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.
-
- Jun 19, 2010
-
-
Stephan Bosch authored
-
- May 16, 2010
-
-
Stephan Bosch authored
-
- May 14, 2010
-
-
Stephan Bosch authored
-
- Jan 11, 2010
-
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
- Dec 29, 2009
-
-
Stephan Bosch authored
-
- Nov 05, 2009
-
-
Stephan Bosch authored
Fixed logging of mailbox names. It logged the converted mUTF7 version in stead of the original UTF8.
-
- Nov 02, 2009
-
-
Stephan Bosch authored
-
- Aug 05, 2009
-
-
Stephan Bosch authored
-
- Aug 07, 2009
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Restructured store action implementation to properly handle an attempt to store (keep) a message in the folder it originates from.
-
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.
-
- May 23, 2009
-
-
Stephan Bosch authored
-
- Jan 04, 2009
-
-
Stephan Bosch authored
-