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 Ingo_Script_Sieve_Action_Notify
	Methods summary
	
		| 
			 public 
			
			
			 | 
		#
		__construct( array $vars = array() )
			Constructor. Parameters
					$varsAny 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
					stringA Sieve script snippet.
 Overrides | 
	
		| 
			 public 
			boolean|string
			
			 | 
		#
		check( )
			Checks if the rule parameters are valid. 
			Checks if the rule parameters are valid. Returns
					boolean|stringTrue 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
					arrayA Sieve extension list.
 Overrides |