- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Nov 19, 2014
-
-
Stephan Bosch authored
-
- Nov 17, 2014
-
-
Stephan Bosch authored
-
- Oct 14, 2014
-
-
Stephan Bosch authored
lib-sieve: Implemented sieve_redirect_envelope_from setting, which allows configuring the envelope sender of redirected messages. Can either be set to the envelope sender, recipient, or orignal recipient of the processed message or it can be set explicitly to a static address.
-
- Oct 10, 2014
-
-
Stephan Bosch authored
-
- Jul 23, 2014
-
-
Stephan Bosch authored
Doveadm-sieve plugin may be broken at this point; not tested so far.
-
- Jun 17, 2014
-
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Parallel to identical Dovecot change.
-
Stephan Bosch authored
A va_copy creates a initialised va_list, as if a va_start had been done on it. Therefore, pedantically, a va_end should also be done on it. On most platforms this is a no-op, and for those where it isn't, the pairing is important. This change matches parallel change in Dovecot. Also signalled by Coverity.
-
- May 15, 2014
-
-
Stephan Bosch authored
-
- Apr 29, 2014
-
-
Stephan Bosch authored
SMTP API now supports adding multiple recipients to a single SMTP transaction. This makes enotify/notify more efficient, since only one message is actually sent.
-
- Apr 28, 2014
-
-
Stephan Bosch authored
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Aug 15, 2013
-
-
Stephan Bosch authored
Patch by Timo Sirainen (modified).
-
- Jun 02, 2013
-
-
Stephan Bosch authored
This change is bigger than I would have liked, so this needs to be tested more.
-
- Apr 19, 2013
-
-
Stephan Bosch authored
-
- 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 14, 2012
-
-
Stephan Bosch authored
Before, sievec and sieve-dump would switch to mail_uid:mail_gid and then fail to compile/dump a root script.
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Aug 05, 2012
-
-
Stephan Bosch authored
-
- Aug 04, 2012
-
-
Stephan Bosch authored
Added test for interaction between include extension and dict script location support.
-
Stephan Bosch authored
-
- Jul 30, 2012
-
-
Stephan Bosch authored
Patch by Timo Sirainen.
-
- May 01, 2012
-
-
Stephan Bosch authored
Clang static analyzer is happy now.
-
- Apr 22, 2012
-
-
Stephan Bosch authored
- Built generic interface for alternative script sources. - Implemented dict script location. NOTE: ManageSieve will not work with this yet, nor will sieve_before/sieve_after.
-
- Feb 29, 2012
-
-
Stephan Bosch authored
-
- Jan 27, 2012
-
-
Stephan Bosch authored
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Dec 27, 2011
-
-
Stephan Bosch authored
This is needed for the new extprograms plugin.
-
- Dec 17, 2011
-
-
Stephan Bosch authored
This puts the ".sieve" and ".svbin" file extension definitions in a single locatio. IMPORTANT: this fixes a bug in the include extension that implicitly mapped script names like "name.sieve" to "name".
-
- Dec 11, 2011
-
-
Stephan Bosch authored
- Added sieve_global_extensions setting.
-
- Nov 26, 2011
-
-
Stephan Bosch authored
-
- Nov 23, 2011
-
-
Stephan Bosch authored
-
- Nov 19, 2011
-
-
Stephan Bosch authored
-
- Sep 14, 2011
-
-
Stephan Bosch authored
-
- Sep 11, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Configuration is now only read once at extension initialization.
-