- Feb 12, 2025
-
-
Timo Sirainen authored
-
Stephan Bosch authored
Based on report by scan-build.
-
Stephan Bosch authored
plugins: lda-sieve: lda-sieve-plugin - Make sure context structure does not retain dangling pointers Based on report by scan-build.
-
Stephan Bosch authored
plugins: imapsieve: imap-sieve - Make sure imap_sieve_handle_exec_status() is not called with rscript == NULL Based on report by scan-build.
-
Stephan Bosch authored
Found by scan-build.
-
Aki Tuomi authored
-
Aki Tuomi authored
-
Aki Tuomi authored
-
Aki Tuomi authored
-
Aki Tuomi authored
-
Aki Tuomi authored
kill() needs this include on many platforms.
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: plugins: vacation: ext-vacation-settings - Reduce default sieve_vacation_max_period to 60 days from infinity
-
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
lib-sieve: plugins: spamvirustest: ext-spamvirustest-settings - Use ENUM type for status_type settings
-
Stephan Bosch authored
lib-sieve: plugins: spamvirustest: Drop useless config example comment in ext-spamvirustest-settings.c
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Timo Sirainen authored
-
Timo Sirainen authored
This is needed for getting sieve_extensions defaults when running with -O parameter to disable reading configs.
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
Also rename sasl_mech to auth_sasl_mechanisms.
-
Timo Sirainen authored
SASL binding is now used if ldap_sasl_mech is non-empty.
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
The HAVE_SASL_*H macros were not visible, so the SASL settings were never enabled.
-
Timo Sirainen authored
With this change the ldap settings are included in the main pigeonhole settings plugin. Since it doesn't require linking with ldap library, this works well enough. Even further split could be still done by moving the ldap settings into its own settings plugin.
-