- May 15, 2016
-
-
Stephan Bosch authored
Mimics Dovecot/IMAP change 1001bda65e9f592d852a26ddd6a993f7973050bf.
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Oct 29, 2015
-
-
Stephan Bosch authored
This allows completely disabling Sieve processing for a particular user.
-
- Sep 23, 2015
-
-
Stephan Bosch authored
-
- Sep 07, 2015
-
-
Stephan Bosch authored
Passed NULL as reason to client_disconnect(), which is not allowed.
-
Stephan Bosch authored
-
- May 13, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
managesieve: Managesieve used "managesieve" rather than "sieve" as login service name, which means that all managesieve-specific settings where ignored.
-
Stephan Bosch authored
Nobody does that, but we support it.
-
- May 12, 2015
-
-
Stephan Bosch authored
lib-sieve: storage: Added parameter to sieve_script_delete() to allow ignoring the active status of the script. Normally, the active script cannot be deleted. This change is necessary to handle doveadm sieve delete -a correctly when the provided script is the default.
-
- Feb 21, 2015
-
-
Stephan Bosch authored
This allows performing ManageSieve actions at command line or through doveadm server.
-
- Feb 19, 2015
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Oct 19, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Aug 23, 2014
-
-
Stephan Bosch authored
Changed handling of ENOSPACE to a normal temporary failure and added handling of ENOQUOTA as a user error. Patch by Timo Sirainen.
-
- Jul 23, 2014
-
-
Stephan Bosch authored
Doveadm-sieve plugin may be broken at this point; not tested so far.
-
- Jun 18, 2014
-
-
Stephan Bosch authored
Most important change is that mail service_user was not freed.
-
- Jun 17, 2014
-
-
Stephan Bosch authored
Parallel to identical Dovecot change for imap and pop3.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Jun 02, 2013
-
-
Stephan Bosch authored
This change is bigger than I would have liked, so this needs to be tested more.
-
- May 09, 2013
-
-
Stephan Bosch authored
Sieve storage now updates sieve attributes in the user's INBOX if used by ManageSieve.
-
- Apr 23, 2013
-
-
Stephan Bosch authored
Patch by Timo Sirainen.
-
- Apr 19, 2013
-
-
Stephan Bosch authored
Added flag to prevent warnings about non-link active scripts and disable critical error logging. A rather fundamental synchronization problem remains to be solved.
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Mar 22, 2013
-
-
Stephan Bosch authored
http://dovecot.org/patches/2.2/doveadm-sieve-plugin.diff Made some small modifications. This code should not interfere with normal ManageSieve operation, so I commit this right now without much testing. The actual doveadm sieve plugin has a few open issues that need to be resolved still.
-
- Oct 12, 2012
-
-
Stephan Bosch authored
-
- Oct 03, 2012
-
-
Stephan Bosch authored
-
- Sep 19, 2012
-
-
Stephan Bosch authored
Added support for the :optional tag of the include command. Changed Sieve script API in the process; opening the script is now available as a separate step.
-
- Sep 06, 2012
-
-
Stephan Bosch authored
-
- Aug 20, 2012
-
-
Stephan Bosch authored
Also contains a few other small fixes by Timo.
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Apr 24, 2012
-
-
Stephan Bosch authored
lib-managesieve: changed EPROTO error to EIO in ManageSieve string stream because it is apparently not known in BSD.
-
- 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.
-
- Mar 08, 2012
-
-
Stephan Bosch authored
This change matches a similar change in Dovecot for IMAP/POP3. Also includes other small changes that make ManageSieve match IMAP implementation a little more closely.
-
- Jan 28, 2012
-
-
Stephan Bosch authored
-
- Jan 22, 2012
-
-
Stephan Bosch authored
-
Stephan Bosch authored
ManageSieve: added support for reading quoted and literal strings as a stream. Fixes support for handing large SASL responses. Also resolves long-standing FIXME regarding the second parameter of PUTSCRIPT: it can now be a quoted string. Includes a few small changes in the login daemon that were done in the dovecot equivalents before.
-
- Jan 20, 2012
-
-
Stephan Bosch authored
-