- 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
-
Stephan Bosch authored
-
- Jan 04, 2016
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Would not occur in Pigeonhole itself.
-
Stephan Bosch authored
lib-sieve: mime extension: Fixed the header :mime :anychild test to work properly outside a foreverypart loop.
-
Stephan Bosch authored
lib-sieve: message body: Fixed erroneous changes to the message part tree structure performed when re-parsing the message.
-
Stephan Bosch authored
No duplicate check function was implemented, so that the discard action would be duplicated each time it is invoked. This only affects the action limits (each discard invocation is counted as another new action). The result of the script execution would be identical.
-
- Jan 02, 2016
-
-
Stephan Bosch authored
test suite: mime extension: Improved header test cases to catch header trimming and folding problems.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
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.
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: message body: Explicitly prevent attempting text extraction from header and multipart body parts.
-
Stephan Bosch authored
This error can apparently occur if the program terminates earlier than the program client issues shutdown().
-
- Dec 29, 2015
-
-
Stephan Bosch authored
No final '\0' character was added to those body parts. This occurs for the body test with the (default) `:text' body transform.
-
- Dec 28, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: code: Added assert to prevent emitting invalid byte code when extension definitions are wrong.
-
- Dec 25, 2015
-
-
Stephan Bosch authored
-