Uses of Interface
org.apache.jsieve.mail.Action

Packages that use Action
org.apache.jsieve.mail   
org.apache.jsieve.mailet   
org.apache.jsieve.util.check This package contains the ScriptCheckMailAdapter MailAdapter implementation. 
 

Uses of Action in org.apache.jsieve.mail
 

Classes in org.apache.jsieve.mail that implement Action
 class ActionFileInto
          Class ActionFileInto encapsulates the information required to file a mail into a location.
 class ActionKeep
          Class ActionKeep encapsulates the information required to keep a mail.
 class ActionRedirect
          Class ActionRedirect encapsulates the information required to redirect a mail.
 class ActionReject
          Class ActionReject encapsulates the information required to reject a mail.
 

Methods in org.apache.jsieve.mail with parameters of type Action
 void MailAdapter.addAction(Action action)
          Method addAction adds an Action to the List of Actions to be performed by the receiver.
 

Uses of Action in org.apache.jsieve.mailet
 

Methods in org.apache.jsieve.mailet with parameters of type Action
 void SieveMailAdapter.addAction(Action action)
          Adds an Action.
 void RedirectAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void FileIntoAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void KeepAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void MailAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
          Executes the given action.
 void RejectAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void ActionDispatcher.execute(Action anAction, org.apache.mailet.Mail aMail, ActionContext context)
          Method execute executes the passed Action by invoking the method mapped by the receiver with a parameter of the EXACT type of Action.
 

Uses of Action in org.apache.jsieve.util.check
 

Methods in org.apache.jsieve.util.check with parameters of type Action
 void ScriptCheckMailAdapter.addAction(Action action)
          Method addAction adds an Action to the List of Actions to be performed by the receiver.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.