PHP Class Ingo_Script_Sieve_Action_Notify, horde
It supports both enotify (RFC 5435) and the older, deprecated notify
(draft-martin-sieve-notify-01) capabilities.
Datei anzeigen
Open project: horde/horde
Public Methods
Method |
Description |
|
__construct ( array $vars = [] ) |
Constructor. |
|
check ( ) : boolean | string |
Checks if the rule parameters are valid. |
|
generate ( ) : string |
Returns a script snippet representing this rule and any sub-rules. |
|
requires ( ) : array |
Returns a list of sieve extensions required for this rule and any
sub-rules. |
|
Method Details
__construct()
public method
public __construct ( array $vars = [] ) |
$vars |
array |
Required parameters:
- address: (string) Address.
- name: (string) Name.
- notify: (boolean) If set, use notify instead of enotify. |
Checks if the rule parameters are valid.
Returns a script snippet representing this rule and any sub-rules.
Returns a list of sieve extensions required for this rule and any
sub-rules.