Class Ingo_Script_Sieve_Action_Notify
The Ingo_Script_Sieve_Action_Notify class represents a notify action.
See the enclosed file LICENSE for license information (ASL). If you
did not receive this file, see http://www.horde.org/licenses/apache.
-
Ingo_Script_Sieve_Action
-
Ingo_Script_Sieve_Action_Notify
Methods summary
public
|
#
__construct( array $vars = array() )
Constructor.
Parameters
- $vars
- Any required parameters.
|
public
string
|
#
toCode( )
Returns a script snippet representing this rule and any sub-rules.
Returns a script snippet representing this rule and any sub-rules.
Returns
string A Sieve script snippet.
Overrides
|
public
boolean|string
|
#
check( )
Checks if the rule parameters are valid.
Checks if the rule parameters are valid.
Returns
boolean|string True if this rule is valid, an error message
otherwise.
Overrides
|
public
array
|
#
requires( )
Returns a list of sieve extensions required for this rule and any
sub-rules.
Returns a list of sieve extensions required for this rule and any
sub-rules.
Returns
array A Sieve extension list.
Overrides
|