- Feb 14, 2016
-
-
Stephan Bosch authored
-
- Feb 12, 2016
-
-
Stephan Bosch authored
The extensions listed in this setting do not need to be enabled explicitly using the Sieve require command. This behavior voilates the standard, but is necessary for compatibility with some existing implementations of Sieve. Do not use this setting unless you really need to!
-
Stephan Bosch authored
Fixed a few printf format problems in the process. Updated test suite to account for the new number width.
-
Stephan Bosch authored
lib-sieve: code: Made jump offset code generation a bit more robust against integer overflow mishaps.
-
Stephan Bosch authored
-
- Jan 27, 2016
-
-
Stephan Bosch authored
The actual version numbers live only on the release-branches from now on.
-
Stephan Bosch authored
-
- Jan 26, 2016
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Mimics similar change in Dovecot.
-
- Jan 19, 2016
-
-
Stephan Bosch authored
Also made sure that any capability-derived state information is reset properly before a new capability reply is to be parsed.
-
Stephan Bosch authored
-
- Jan 17, 2016
-
-
Stephan Bosch authored
-
- Jan 15, 2016
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: multiscript: Fixed bug in handling of (implicit) keep; final keep action was executed as though there was a failure. Among other things, this caused the keep action to revert back to the initial message, causing editheader actions to be ignored.
-
- Jan 14, 2016
-
-
Stephan Bosch authored
Addresses LLVM scan-build report.
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: storage: Local variable in sieve_storage_active_script_is_default() wasn't always properly initialized. This was a LLVM scan-build report.
-
- Jan 10, 2016
-
-
Stephan Bosch authored
-
- Jan 09, 2016
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: imap4flags extension: Similar problem as previous commit, but relating to retrieval rather than manipulation.
-
Stephan Bosch authored
Flags weren't always assigned properly, because the internal variable was not retrieved correctly.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 08, 2016
-
-
Stephan Bosch authored
lib-sieve: imap4flags extension: Forgot to check for empty flag/keyword in new flag checking function.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Added support for getting message part information and content.
-
Stephan Bosch authored
Prevents useless jumps after break operation.
-
Stephan Bosch authored
lib-sieve: Added support for having multiple instances of a single tag (type) within a single command.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 07, 2016
-
-
Stephan Bosch authored
-