- Sep 23, 2021
-
-
Stephan Bosch authored
-
- May 21, 2021
-
-
Stephan Bosch authored
-
Stephan Bosch authored
This will now readily happen when executed (not committed) success implicit keep is replaced by a failure implicit keep.
-
Stephan Bosch authored
-
- May 20, 2021
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Mar 16, 2021
-
-
Timo Sirainen authored
mailbox_get_last_error() should be used only for client-visible errors. The internal errors should be used for logging.
-
- Aug 19, 2020
-
-
Stephan Bosch authored
-
- Nov 13, 2019
-
-
Josef 'Jeff' Sipek authored
-
- Oct 10, 2019
-
-
Stephan Bosch authored
This was broken by recent adjustments to changes in Dovecot lib-storage API.
-
Stephan Bosch authored
This allows side-effects to open a different mailbox than what is allocated initially in act_store_start().
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: store action: Allow side-effects to change the mailbox identifier used in action logging.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Use mailbox_get_last_error() shorthand rather than mail_storage_get_last_error().
-
Stephan Bosch authored
This way, the mailbox does not need to be opened until result execution.
-
Stephan Bosch authored
-
- Oct 08, 2019
-
-
Stephan Bosch authored
-
- Jul 31, 2019
-
-
Stephan Bosch authored
The action name can be determined from the sieve_action_name field that existed before.
-
Stephan Bosch authored
-
- Jul 26, 2019
-
-
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
-
- May 31, 2019
-
-
Stephan Bosch authored
-
- May 29, 2019
-
-
Stephan Bosch authored
-
- May 06, 2019
-
-
Timo Sirainen authored
-
- Dec 04, 2018
-
-
sergey authored
-
- Mar 02, 2018
-
-
Stephan Bosch authored
Before, the virtual mailbox name was not sanitized, which caused control characters to be displayed in log messages. Also, the mailbox name would be mentioned twice in the log message, once santized and once unsanitized.
-
- 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.
-
- Nov 25, 2017
-
-
Stephan Bosch authored
lib-sieve: store action: Avoid NULL pointer dereference during rollback when transaction context is somehow unassigned. This change matches the other transaction stages. This will not currently happen though. Reported by Coverity.
-
- Oct 04, 2017
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Sep 22, 2017
-
-
Martti Rannanjärvi authored
-
- Feb 26, 2017
-
-
Stephan Bosch authored
lib-sieve: store action: Made static analyzer happier about tr_context argument for sieve_act_store_add_flags(). Added an assert ensuring it is not NULL.
-
- Feb 20, 2017
-
-
Stephan Bosch authored
-