- Feb 12, 2025
-
-
Stephan Bosch authored
-
- 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
-
- 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
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Nov 12, 2014
-
-
Stephan Bosch authored
This allows extension of test commands that evaluate the message somehow. Currently this is implemented only for the message header. Extensions can thereby influence what headers are evaluated and how.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- 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
-
- May 16, 2010
-
-
Stephan Bosch authored
-
- May 14, 2010
-
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
- Nov 02, 2009
-
-
Stephan Bosch authored
-
- Feb 24, 2009
-
-
Stephan Bosch authored
-
- Jan 02, 2009
-
-
Stephan Bosch authored
-
- Aug 16, 2008
-
-
Stephan Bosch authored
-
- Jul 31, 2008
-
-
Stephan Bosch authored
-
- Jul 25, 2008
-
-
Stephan Bosch authored
Significantly improved handling of old/corrupt binaries and revised matching implementation in the process.
-
- Jul 23, 2008
-
-
Stephan Bosch authored
-
- Jul 20, 2008
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Introduced the concept of a sieve object to merge the coding of comparators, match types, address parts and other objects that might need to be represented in byte code (removes lots of code duplication).
-
- Jan 05, 2008
-
-
Stephan Bosch authored
-
- Dec 27, 2007
-
-
Stephan Bosch authored
-
- Dec 26, 2007
-
-
Stephan Bosch authored
-
- Dec 01, 2007
-
-
Stephan Bosch authored
Exported sieve-code-dumper from sieve-interpreter containing all code dumping related implementation. Now to remove all printfs....
-
- Nov 28, 2007
-
-
Stephan Bosch authored
Changed id_code for optional operands to signed and fixed a ext_my_id-related error in the vacation and copy extensions.
-
- Nov 24, 2007
-
-
Stephan Bosch authored
Moved address-part, match-type and comparator code registries from interpreter to binary where they belong.
-
Stephan Bosch authored
Grouped runtime parameters into a single runtime environment and started implementation of result composition/execution.
-
- Nov 21, 2007
-
-
Stephan Bosch authored
-
- Nov 20, 2007
-
-
Stephan Bosch authored
-
- Nov 19, 2007
-
-
Stephan Bosch authored
-