Uses of Interface
org.apache.jsieve.mailet.ActionContext

Packages that use ActionContext
org.apache.jsieve.mailet Sieve filtering mailet. 
 

Uses of ActionContext in org.apache.jsieve.mailet
 

Classes in org.apache.jsieve.mailet that implement ActionContext
 class SieveMailAdapter
           Class SieveMailAdapter implements a MailAdapter for use in a Mailet environment.
 

Methods in org.apache.jsieve.mailet with parameters of type ActionContext
static void ActionUtils.detectAndHandleLocalLooping(org.apache.mailet.Mail aMail, ActionContext context, java.lang.String anAttributeSuffix)
          Detect and handle locally looping mail.
 void FileIntoAction.execute(ActionFileInto anAction, org.apache.mailet.Mail aMail, ActionContext context)
           Executes the passed ActionFileInto.
 void KeepAction.execute(ActionKeep anAction, org.apache.mailet.Mail aMail, ActionContext context)
           Executes the passed ActionKeep.
 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.
 void RejectAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void RedirectAction.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 KeepAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void FileIntoAction.execute(Action action, org.apache.mailet.Mail mail, ActionContext context)
           
 void RedirectAction.execute(ActionRedirect anAction, org.apache.mailet.Mail aMail, ActionContext context)
          Method execute executes the passed ActionRedirect.
 void RejectAction.execute(ActionReject anAction, org.apache.mailet.Mail aMail, ActionContext context)
           Method execute executes the passed ActionReject.
 



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