- Jan 08, 2016
-
-
Stephan Bosch authored
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: mime extension: Fixed the header :mime :anychild test to work properly outside a foreverypart loop.
-
- Jan 02, 2016
-
-
Stephan Bosch authored
test suite: mime extension: Improved header test cases to catch header trimming and folding problems.
-
Stephan Bosch authored
-
- 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
-
Stephan Bosch authored
Sieve extprograms plugin: Made line endings configurable for the input passed to the external program.
-
- Aug 17, 2015
-
-
Stephan Bosch authored
-
- Jul 24, 2015
-
-
Stephan Bosch authored
-
- May 05, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: util: program client: Fixed handing of situation when no input is provided to external program used as a command. Previous fixes still omitted a few important aspects: Connect return result wasn't actually passed up to program_client_run(). Default exit code was wrong.
-
- 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.
-
- Feb 23, 2015
-
-
Stephan Bosch authored
lib-sieve: Fixed bug in `:matches' match-type that made a pattern without wildcards match as if there were a '*' at the beginning.
-
- Dec 30, 2014
-
-
Stephan Bosch authored
It couldn't handle a missing parameter (which also means missing arguments of the test itself in most cases). This is fixed by using the sieve_validate_tag_parameter() utility function. Testsuite is also extended.
-
Stephan Bosch authored
-
- Dec 20, 2014
-
-
Stephan Bosch authored
-
- Dec 16, 2014
-
-
Stephan Bosch authored
Recent changes in handling of unknown tags caused `make test-plugins' to fail.
-
- 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
-
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.
-
- 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.
-
- 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.
-