- Sep 23, 2021
-
-
Stephan Bosch authored
-
- May 21, 2021
-
-
Stephan Bosch authored
This is currently not used, but prevents mishaps once such code is written.
-
Stephan Bosch authored
This is not currently used, but the absence of the call could cause memory leaks in the future.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 20, 2021
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Aug 06, 2020
-
-
Stephan Bosch authored
This indicates whether the last script in the sequence is being executed.
-
- Oct 10, 2019
-
-
Stephan Bosch authored
lib-sieve: store action: Allow side-effects to change the mailbox identifier used in action logging.
-
Stephan Bosch authored
This way, the execution order can be made explicit.
-
- Jul 31, 2019
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jul 25, 2019
-
-
Stephan Bosch authored
Before it always used the name of the action definition, which is confusing e.g. for the keep and fileinto actions, which both map to the same "store" action definition.
-
- Jul 19, 2019
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 31, 2019
-
-
Stephan Bosch authored
-
- May 29, 2019
-
-
Stephan Bosch authored
-
- Mar 02, 2018
-
-
Stephan Bosch authored
-
- Mar 01, 2018
-
-
Stephan Bosch authored
Dovecot core doesn't have copyright notices in header files.
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Nov 26, 2017
-
-
Stephan Bosch authored
Now using struct smtp_address rather than sieve_address. In some cases, struct message_address may prove to be more suitable, but this is the best fit for now. Adjusted to the renamed fields in struct mail_deliver_context.
-
- Feb 20, 2017
-
-
Stephan Bosch authored
-
- Feb 14, 2017
-
-
Timo Sirainen authored
-
- Jan 01, 2017
-
-
Stephan Bosch authored
-
- 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
-