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

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

Uses of MailAction in org.apache.jsieve.mailet
 

Classes in org.apache.jsieve.mailet that implement MailAction
 class FileIntoAction
          Performs the filing of a mail into a specified destination.
 class KeepAction
          Performs the filing of a mail into the inbox.
 class RedirectAction
          Performs the redirection of a mail.
 class RejectAction
          Performs the rejection of a mail, with a reply to the sender.
 

Methods in org.apache.jsieve.mailet that return types with arguments of type MailAction
 java.util.concurrent.ConcurrentMap<java.lang.Class,MailAction> ActionDispatcher.getMethodMap()
          Returns the methodMap.
 

Method parameters in org.apache.jsieve.mailet with type arguments of type MailAction
protected  void ActionDispatcher.setMethodMap(java.util.concurrent.ConcurrentMap<java.lang.Class,MailAction> mailActionMap)
          Sets the mail action mail.
 



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