- Feb 12, 2025
-
-
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
-
Stephan Bosch authored
-
Aki Tuomi authored
-
Marco Bettini authored
-
- Nov 20, 2023
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Apr 20, 2023
-
-
Aki Tuomi authored
Is now intended to the used for user deinitialization. This fixes mail_user_session_finished event not being sent with managesieve.
-
- Apr 19, 2023
-
-
Aki Tuomi authored
-
- Feb 03, 2023
- Jan 12, 2023
-
-
Timo Sirainen authored
Also change the callers to not bother storing it separately. Instead, they can just use mail_user_r->service_user.
-
- Jan 03, 2023
-
-
Stephan Bosch authored
-
- Feb 14, 2022
-
-
Timo Sirainen authored
This also drops the trailing period from the log message, which matches the changes to core.
-
- Feb 08, 2022
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- May 14, 2021
-
-
Timo Sirainen authored
-
- Mar 06, 2021
-
-
Timo Sirainen authored
-
- Mar 02, 2021
-
-
Timo Sirainen authored
-
- Nov 13, 2019
-
-
Josef 'Jeff' Sipek authored
-
- Oct 28, 2019
-
-
Stephan Bosch authored
This makes more sense with the managesieve_command_name field.
-
- Oct 24, 2019
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Oct 16, 2019
-
-
Stephan Bosch authored
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Dec 15, 2017
-
-
Stephan Bosch authored
Also dropped the single-letter identifier for most fields to prevent conflicts with mail user variables; these were undocumented anyway.
-
Stephan Bosch authored
Cleanup performed with the following semantic patch: @@ expression E; @@ - if (E != NULL) { - timeout_remove(&E); - } + timeout_remove(&E);
-
Stephan Bosch authored
Cleanup performed with the following semantic patch: @@ expression E; @@ - if (E != NULL) { - io_remove(&E); - } + io_remove(&E); @@ expression E; @@ - if (E != NULL) { - io_remove_closed(&E); - } + io_remove_closed(&E);
-
- Oct 05, 2017
-
-
Stephan Bosch authored
Mirrors imap fix in Dovecot: 42149f48624b82fdf9631c256497580154c2e412 It's impossible for the command's pointer to be NULL at this point. Previously, the command_find() would have returned NULL, but this check presumably short-circuits that search in the trivial case, so has some real use. Problem now found by GCC 7.
-