- Oct 04, 2021
-
-
Stephan Bosch authored
-
- Sep 23, 2021
-
-
Stephan Bosch authored
-
- May 21, 2021
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 20, 2021
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 12, 2021
-
-
Timo Sirainen authored
-
- May 07, 2021
-
-
Timo Sirainen 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.
-
- Jan 22, 2021
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
It indicates that script execution exceeded a resource limit (currently only CPU time limit).
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 21, 2021
-
-
Stephan Bosch authored
plugins: imap-filter-sieve: cmd-filter-sieve - Avoid using imap_arg_as_nstring() in cmd_filter_sieve_script_parse_value_arg() The argument can only be a quoted string here, so imap_arg_as_string() will suffice.
-
- Jan 20, 2021
-
-
Stephan Bosch authored
This was not supposed to be accepted and led to unexpected behavior: - FILTER SIEVE PERSONAL NIL was handled as FILTER SIEVE DELIVERY, - FILTER SIEVE GLOBAL NIL caused an internal error.
-
- Jan 13, 2021
-
-
Stephan Bosch authored
-
- Apr 27, 2020
-
-
Stephan Bosch authored
Use mail_get_message_id() instead of just mail_get_first_header().
-
- Mar 24, 2020
-
-
Timo Sirainen authored
Found by latest clang scan-build.
-
Timo Sirainen authored
Nothing changes in the code logic.
-
Timo Sirainen authored
The old code seems to have worked correctly already, but now it's a bit clearer how it was intended to work.
-
- Mar 17, 2020
-
-
Josef 'Jeff' Sipek authored
-
- Jan 22, 2020
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 10, 2020
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Default is now debug logging, which is used for the IMAP plugins. The LDA Sieve plugin uses info logging.
-
- Dec 17, 2019
-
-
Stephan Bosch authored
When no insertion point was found, it would always insert the new rule at the beginning, rather than at the end.
-
- Nov 13, 2019
-
-
Josef 'Jeff' Sipek authored
-
- Oct 29, 2019
-
-
Stephan Bosch authored
-