- May 03, 2019
-
-
Stephan Bosch authored
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Jun 20, 2017
-
-
Stephan Bosch authored
-
- Jan 01, 2017
-
-
Stephan Bosch authored
-
- Jun 20, 2016
-
-
Stephan Bosch authored
lib-sieve: Changed sieve_extension_override() to use hash_table_update() rather than hash_table_insert(). Due to a Dovecot change this would now cause an assertion failure.
-
- Jun 13, 2016
-
-
Stephan Bosch authored
This would uselessly allocate a new entry with the same content.
-
- Apr 28, 2016
-
-
Stephan Bosch authored
-
- Apr 14, 2016
-
-
Stephan Bosch authored
These are not available under that name anymore and when the replacing extension has the same bare name, this would have led to duplicate capabilities.
-
Stephan Bosch authored
-
- Mar 27, 2016
-
-
Stephan Bosch authored
It allows sending feedback report (RFC 5965) messages.
-
- Mar 19, 2016
-
-
Stephan Bosch authored
-
- Feb 12, 2016
-
-
Stephan Bosch authored
The extensions listed in this setting do not need to be enabled explicitly using the Sieve require command. This behavior voilates the standard, but is necessary for compatibility with some existing implementations of Sieve. Do not use this setting unless you really need to!
-
- Jan 08, 2016
-
-
Stephan Bosch authored
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Nov 29, 2015
-
-
Stephan Bosch authored
-
- Nov 02, 2015
-
-
Stephan Bosch authored
-
- Aug 17, 2015
-
-
Stephan Bosch authored
This adds the vnd.dovecot.default-mailbox and vnd.dovecot.username environment items. It creates the 'env' variables namespace through which all environment items can be accessed directly. This extension is yet to be documented properly. More environment items are under consideration.
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Nov 16, 2014
-
-
Stephan Bosch authored
-
- Nov 12, 2014
-
-
Stephan Bosch authored
-
- Jul 29, 2014
-
-
Stephan Bosch authored
-
- Mar 04, 2014
-
-
Stephan Bosch authored
Backwards compatibility is provided for vnd.dovecot.duplicate. Still need to fix the constraint that it must not track duplicates from failed Sieve executions.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Nov 03, 2013
-
-
Stephan Bosch authored
This is still an unfinished feature.
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Sep 18, 2012
-
-
Stephan Bosch authored
-
- Aug 20, 2012
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Also contains a few other small fixes by Timo.
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- May 11, 2012
-
-
Stephan Bosch authored
Incorporated sieve_duplicate plugin into main Pigeonhole tree as a normal extension (vnd.dovecot.duplicate). Also restructured doc dir a bit in the process.
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Dec 11, 2011
-
-
Stephan Bosch authored
- Added sieve_global_extensions setting.
-
- Nov 29, 2011
-
-
Stephan Bosch authored
- Updated documentation. - Made editheader extension disabled by default
-
- Nov 23, 2011
-
-
Stephan Bosch authored
-
- Jun 26, 2011
-
-
Stephan Bosch authored
-
- Jun 06, 2011
-
-
Stephan Bosch authored
Made vnd.dovecot.debug extension available to the LDA plugin instead of only the command line tools.
-
- May 10, 2011
-
-
Stephan Bosch authored
-
- May 09, 2011
-
-
Stephan Bosch authored
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Mar 02, 2011
-
-
Stephan Bosch authored
Fixed segfault bug in extension configuration, triggered when unknown extension is mentioned in sieve_extensions setting.
-