- Dec 30, 2015
-
-
Stephan Bosch authored
lib-sieve: message body: Fixed assert failure occurring when text extraction is attempted on a empty or broken text part.
-
- Dec 04, 2015
-
-
Stephan Bosch authored
Included scripts now execute in the context of the inner parent foreverypart loop.
-
- Nov 29, 2015
-
-
Stephan Bosch authored
An empty string yielded an empty string rather than "0".
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Oct 27, 2015
-
-
Stephan Bosch authored
It now extracts bare text from HTML/XHMTL parts. Other text/* parts are still returned as is. Any other unrecognized content types are skipped.
-
- Oct 21, 2015
-
-
Stephan Bosch authored
This allows setting the MAIL FROM of the SMTP envelope for the notification e-mails. The syntax is identical to the sieve_redirect_envelope_from setting.
-
- Sep 23, 2015
-
-
Stephan Bosch authored
-
- Aug 17, 2015
-
-
Stephan Bosch authored
-
- Jul 24, 2015
-
-
Stephan Bosch authored
-
- Mar 06, 2015
-
-
Stephan Bosch authored
lib-sieve: editheader extension: Made protection against addition and deletion of headers configurable separately. Also, the received and auto-submitted headers are now only protected against deletion as required in the RFC. Updated the documentation accordingly.
-
Stephan Bosch authored
Currently cannot freely assing server metadata items for testing. Disabled tests for now.
-
- Dec 30, 2014
-
-
Stephan Bosch authored
-
- Dec 20, 2014
-
-
Stephan Bosch authored
-
- Nov 21, 2014
-
-
Stephan Bosch authored
Also added testsuite items to test syntax.
-
- Nov 19, 2014
-
-
Stephan Bosch authored
-
- Nov 17, 2014
-
-
Stephan Bosch authored
-
- Nov 12, 2014
-
-
Stephan Bosch authored
-
- Aug 23, 2014
-
-
Stephan Bosch authored
Based on patch by Timo Sirainen.
-
- Aug 05, 2014
-
-
Stephan Bosch authored
-
- Jul 23, 2014
-
-
Stephan Bosch authored
Doveadm-sieve plugin may be broken at this point; not tested so far.
-
- May 09, 2014
-
-
Stephan Bosch authored
-
- May 07, 2014
-
-
Stephan Bosch authored
NOTE: Dovecot doesn't currently MIME-encode these in the headers.
-
- 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.
-
- Sep 23, 2013
-
-
Stephan Bosch authored
Use sieve_vacation_send_from_recipient to enable this behavior. Documentation in doc/extensions/vacation.txt is updated.
-
- May 02, 2013
-
-
Stephan Bosch authored
Forgot to rewind mail stream before header parsing. Wrapped mail stream is obtained long before parsing, so if it is used in the mean time, it must be rewound to the beginning.
-
- Apr 11, 2013
-
-
Stephan Bosch authored
Some environment items in the base specification are not (yet) applicable to Dovecot and are therefore not supported.
-
- Apr 07, 2013
-
-
Stephan Bosch authored
-
- Feb 28, 2013
-
-
Stephan Bosch authored
Forgot to increment count for the clone.
-
- Oct 16, 2012
-
-
Stephan Bosch authored
It is now possible to track duplicates based on arbitrary headers or even arbitrary string values using the new :header and :value arguments respectively. The experation time can be configured using the new :seconds argument. This change is backwards compatible as long as the name argument wasn't used. This is now a :handle <handle> argument.
-
- Sep 26, 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.
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Aug 04, 2012
-
-
Stephan Bosch authored
Added test for interaction between include extension and dict script location support.
-