- 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);
-
- Dec 12, 2017
-
-
Timo Sirainen authored
The parent event doesn't really matter here, so NULL is used.
-
- Nov 26, 2017
-
-
Stephan Bosch authored
Now using struct smtp_address rather than sieve_address. In some cases, struct message_address may prove to be more suitable, but this is the best fit for now. Adjusted to the renamed fields in struct mail_deliver_context.
-
- Oct 30, 2017
-
-
Timo Sirainen authored
-
- Oct 06, 2017
-
-
Aki Tuomi authored
It's replaced with fd-util.h which is automatically included now
-
- Sep 22, 2017
-
-
Martti Rannanjärvi authored
-
- Jul 08, 2017
-
-
Stephan Bosch authored
Rather than continuing with binary == NULL, causing a segfault.
-
- Jun 20, 2017
-
-
Stephan Bosch authored
-
- Feb 22, 2017
-
-
Timo Sirainen authored
-
- Jan 30, 2017
-
-
Martti Rannanjärvi authored
path-util is a merge of realpath from Pigeonhole and abspath from core.
-
- Jan 01, 2017
-
-
Stephan Bosch authored
-
- Dec 30, 2016
-
-
Stephan Bosch authored
Used the following script: C_FILES=`git ls-files *.c` H_FILES=`git ls-files *.h` for F in "$C_FILES $H_FILES"; do echo "$F" perl -p -i -e 's/safe_memset\(&\(?([^,]*)\)?,\s*0,\s*sizeof\(\g1\)\)/i_zero_safe(&$1)/g' $F perl -p -i -e 's/safe_memset\(([^,]*),\s*0,\s*sizeof\(\*\g1\)\)/i_zero_safe($1)/g' $F perl -p -i -e 's/memset\(&\(?([^,]*)\)?,\s*0,\s*sizeof\(\g1\)\)/i_zero(&$1)/g' $F perl -p -i -e 's/memset\(([^,]*),\s*0,\s*sizeof\(\*\g1\)\)/i_zero($1)/g' $F done
-
- Aug 20, 2016
-
-
Stephan Bosch authored
perl -i -pe 's/unsigned int ([^,:;]+):1;/bool $1:1;/' **/*.[ch]
-
- Jul 15, 2016
-
-
Timo Sirainen authored
-
- Jun 13, 2016
-
-
Stephan Bosch authored
-
- Jun 09, 2016
-
-
Aki Tuomi authored
-
- May 18, 2016
-
-
Timo Sirainen authored
-