$_actions $_actions : array A list of Ingo_Script_Sieve_Action objects that go into the else clause. Type array
requires() requires() : array Returns a list of sieve extensions required for this rule and any sub-rules. Returns array — A Sieve extension list.
__construct() __construct(mixed $actions = null) Constructor. Parameters mixed $actions An Ingo_Script_Sieve_Action object or a list of Ingo_Script_Sieve_Action objects.
generate() generate() : string Returns a script snippet representing this rule and any sub-rules. Returns string — A Sieve script snippet.
check() check() : boolean|string Checks if all sub-rules are valid. Returns boolean|string — True if all rules are valid, an error message otherwise.