- Feb 12, 2025
-
-
Aki Tuomi authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Makes code easier on the eyes.
-
Stephan Bosch authored
For consistency with managesieve.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Timo Sirainen authored
-
- Dec 18, 2024
-
-
Timo Sirainen authored
It's not safe to use io_add() with SSL connections.
-
- Nov 20, 2023
-
-
Aki Tuomi authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Nov 14, 2022
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Jul 13, 2022
-
-
Timo Sirainen authored
-
- Jun 28, 2022
-
-
Timo Sirainen authored
-
- Mar 23, 2022
-
-
Marco Bettini authored
-
- Feb 24, 2022
-
-
Karl Fleischmann authored
This commit removes the previously deprecated and now fully dropped src_pos_r parameter from the base64_decode() function calls.
-
- Jan 17, 2022
-
-
Stephan Bosch authored
-
- Nov 04, 2021
-
-
Stephan Bosch authored
This allows passing passdb variables. They are prefixed with forward_ when imported to extra fields.
-
Stephan Bosch authored
-
- Mar 06, 2021
-
-
Timo Sirainen authored
-
Timo Sirainen authored
client_destroy() already adds it.
-
- May 15, 2020
-
-
Timo Sirainen authored
-
- Apr 24, 2020
-
-
Timo Sirainen authored
Previous commit was accidentally for an earlier version of the API change.
-
Timo Sirainen authored
-
- Aug 12, 2019
-
-
Stephan Bosch authored
Also explicitly initialize login_binary->anonymous_login_acceptable to FALSE to make clear that anonymous logins are intentionally not allowed for ManageSieve.
-
- Aug 08, 2019
-
-
Stephan Bosch authored
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Dec 15, 2017
-
-
Stephan Bosch authored
Cleanup performed with the following semantic patch: @@ expression E; @@ - if (E != NULL) { - timeout_remove(&E); - } + timeout_remove(&E);
-
- Nov 06, 2017
-
-
Stephan Bosch authored
-
- Nov 03, 2017
-
-
Timo Sirainen authored
-
- Jul 06, 2017
-
-
Stephan Bosch authored
Commands that continued after waiting for more input always failed. This mainly applies to the AUTHENTICATE command, which mostly handles its own arguments. This caused problems when a string literal was used as the initial response for the AUTHENTICATE command. Caused by recent change: Author: Timo Sirainen <timo.sirainen@dovecot.fi> Date: Wed Jun 14 12:39:02 2017 +0300 managesieve-login: managesieve_client_input_next_cmd() - minor code cleanup
-
- Jun 16, 2017
-
-
Timo Sirainen authored
-
- Jun 14, 2017
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Jun 12, 2017
-
-
Timo Sirainen authored
-
- Apr 21, 2017
-
-
Timo Sirainen authored
-
- Apr 05, 2017
-
-
Timo Sirainen authored
-