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

Packages that use Action
org.apache.jsieve.mail   
 

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 that return types with arguments of type Action
 java.util.List<Action> MailAdapter.getActions()
          Method getActions answers the List of Actions accumulated by the receiver.
 

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.
 



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