PHP Class Ingo_Script_Sieve_Action_Flag, horde
It supports both imap4flags (RFC 5232) and the older, deprecated imapflags
(draft-melnikov-sieve-imapflags-03) capabilities.
Mostra file
Open project: horde/horde
Public Methods
Method |
Description |
|
__construct ( $vars = [] ) |
Constructor. |
|
check ( ) : boolean | string |
Checks if the rule parameters are valid. |
|
requires ( ) : array |
Returns a list of sieve extensions required for this rule and any
sub-rules. |
|
Protected Methods
Method |
Description |
|
_generate ( string $mode ) : string |
Returns a script snippet representing this rule and any sub-rules. |
|
Method Details
__construct()
public method
_generate()
protected method
Returns a script snippet representing this rule and any sub-rules.
Checks if the rule parameters are valid.
Returns a list of sieve extensions required for this rule and any
sub-rules.