- Mar 10, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Mar 06, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
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.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- 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.
-
- Feb 21, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
This allows performing ManageSieve actions at command line or through doveadm server.
-
- Feb 19, 2015
-
-
Stephan Bosch authored
-
- Feb 01, 2015
-
-
Stephan Bosch authored
-
- Jan 16, 2015
-
-
Stephan Bosch authored
lib-sieve: file storage: Restructured storage initialization to address backwards compatibility issues.
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Jan 01, 2015
-
-
Stephan Bosch authored
-
- 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
-
Stephan Bosch authored
It had a whitespace where it didn't belong.
-
- Dec 20, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Dec 17, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Dec 16, 2014
-
-
Stephan Bosch authored
Recent changes in handling of unknown tags caused `make test-plugins' to fail.
-
Stephan Bosch authored
-
- Nov 21, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Also added testsuite items to test syntax.
-
- Nov 20, 2014
-
-
Stephan Bosch authored
lib-sieve: Flush duplicate database during start phase of result execution rather than commit phase. This will release the duplicate database lock earlier, even before a mail storage transation is started.
-
- Nov 19, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Nov 17, 2014
-
-
Stephan Bosch authored
-
- Nov 16, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Nov 13, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Nov 12, 2014
-
-
Stephan Bosch authored
-
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.
-
Stephan Bosch authored
lib-sieve: Implemented the index stringlist class which selects an item of the parent at a particular index.
-