- Mar 10, 2018
-
-
Stephan Bosch authored
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- 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.
-
- 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 25, 2016
-
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
- Jul 06, 2016
-
-
Stephan Bosch authored
-
- Apr 09, 2016
-
-
Stephan Bosch authored
lib-sieve: Made sure local part of a mail address is encoded properly using quoted string when it is not a dot-atom.
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Dec 20, 2014
-
-
Stephan Bosch authored
-
- Aug 23, 2014
-
-
Stephan Bosch authored
Based on patch by Timo Sirainen.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Aug 15, 2013
-
-
Stephan Bosch authored
Patch by Timo Sirainen (modified).
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- May 01, 2012
-
-
Stephan Bosch authored
Clang static analyzer is happy now.
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Aug 17, 2010
-
-
Stephan Bosch authored
-
- Aug 13, 2010
-
-
Stephan Bosch authored
- Changed operand read functions to prove exec status return codes in stead of boolean. - Restructured optional-operand, stringlist and string-match APIs to provide execution status (error code) upon failure. - Corruption errors are only produced when the binary is actually corrupt. Normal failures should never cause a recompile attempt anymore. - Simplified optional-operand API. - Cleaned up test command implementations that use the string-match API.
-
- Aug 03, 2010
-
-
Stephan Bosch authored
-
- Jul 30, 2010
-
-
Stephan Bosch authored
-
- Jan 19, 2010
-
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
- Aug 07, 2009
-
-
Stephan Bosch authored
Major rework of envelope address handling: a normalized version of the envelope addresses is maintained in the message context and message context is now also available during action execution.
-
Stephan Bosch authored
-
- Feb 07, 2009
-
-
Stephan Bosch authored
-
- Feb 06, 2009
-
-
Stephan Bosch authored
-
- Jan 11, 2009
-
-
Stephan Bosch authored
-
- Jan 02, 2009
-
-
Stephan Bosch authored
-
- Dec 21, 2008
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Nov 22, 2008
-
-
Stephan Bosch authored
Added registry for extension capabilities like the available notify methods and adjusted the enotify extension accordingly.
-
- Aug 16, 2008
-
-
Stephan Bosch authored
-
- Aug 09, 2008
-
-
Stephan Bosch authored
Enforced limits on string length and handled the finite nature of integers for number parsing and the construction of the AST.
-
- Aug 02, 2008
-
-
Stephan Bosch authored
-
- Aug 01, 2008
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jul 31, 2008
-
-
Stephan Bosch authored
-