- Feb 12, 2025
-
-
Stephan Bosch authored
Since the script storage code is widely engrained in the Pigeonhole sources, this is a very large commit that cannot be reduced further into smaller preparatory bits.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve-tool: sieve-tool - Rename filename to location parameter for sieve_tool_script_compile/open()
-
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
-
Timo Sirainen authored
It's no longer used by anything, and the setting doesn't exist anymore.
-
Timo Sirainen authored
-
- Nov 20, 2023
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
The settings were already read at this point, so this didn't actually do anything. Fixing the code to actually set it would break existing tests, so just remove it.
-
- Jan 27, 2023
-
-
Timo Sirainen authored
-
- 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.
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Nov 17, 2022
-
-
Timo Sirainen authored
-
- Mar 23, 2022
-
-
Timo Sirainen authored
-
- Dec 03, 2021
-
-
Aki Tuomi authored
Fixes argument list too long error.
-
- Aug 06, 2020
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Sep 26, 2018
-
-
Stephan Bosch authored
-
- Jul 18, 2018
-
-
Stephan Bosch authored
Change was: lib-mail: message_address_parse() - Change fill_missing parameter to flags
-
- Apr 28, 2018
-
-
Phil Carmody authored
Signed-off-by:
Phil Carmody <phil@dovecot.fi>
-
- Mar 03, 2018
-
-
Stephan Bosch authored
Needed for use in test suite.
-
- 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
-
- Dec 15, 2017
-
-
Stephan Bosch authored
Cleanup performed with the following semantic patch: @@ expression E; @@ - if (E != NULL) { - i_stream_unref(&E); - } + i_stream_unref(&E); @@ expression E; @@ - if (E != NULL) { - o_stream_unref(&E); - } + o_stream_unref(&E);
-