- Aug 20, 2021
-
-
Stephan Bosch authored
-
- May 21, 2021
-
-
Stephan Bosch authored
-
- Mar 16, 2021
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
mailbox_get_last_error() should be used only for client-visible errors. The internal errors should be used for logging.
-
- Jan 22, 2021
-
-
Stephan Bosch authored
It indicates that script execution exceeded a resource limit (currently only CPU time limit).
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Aug 06, 2020
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
It is immediately referenced in sieve_interpreter_continue(), called from there.
-
- Apr 15, 2020
-
-
Timo Sirainen authored
-
- Nov 13, 2019
-
-
Josef 'Jeff' Sipek authored
-
- Jul 26, 2019
-
-
Stephan Bosch authored
-
- Jul 19, 2019
-
-
Stephan Bosch authored
Applies to Sieve scripts being evaluated before the actual action execution.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 31, 2019
-
-
Stephan Bosch authored
-
- May 15, 2019
-
-
Stephan Bosch authored
Caused by recent event API changes.
-
- May 03, 2019
-
-
Stephan Bosch authored
-
Stephan Bosch authored
This way, it matches the new sieve_logv().
-
Stephan Bosch authored
This reduces the number of log functions for the error handler from four to just one.
-
Stephan Bosch authored
-
- Apr 26, 2019
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Dec 16, 2017
-
-
Stephan Bosch authored
Only calls that require space allocation are to be changed.
-
- Jan 01, 2017
-
-
Stephan Bosch authored
-
- Aug 20, 2016
-
-
Stephan Bosch authored
perl -i -pe 's/unsigned int ([^,:;]+):1;/bool $1:1;/' **/*.[ch]
-
- Apr 05, 2016
-
-
Stephan Bosch authored
lib-sieve: Implemented support for writing runtime trace output to a directory if it exists, much like Dovecot rawlog.
-
- Mar 27, 2016
-
-
Stephan Bosch authored
-
- 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
-
- Dec 04, 2015
-
-
Stephan Bosch authored
Included scripts now execute in the context of the inner parent foreverypart loop.
-
- Nov 29, 2015
-
-
Stephan Bosch authored
Needed for test suite.
-
Stephan Bosch authored
-
Stephan Bosch authored
When the program crosses the boundary of the current jump somehow, the program is terminated and a corruption error is returned.
-