org.apache.jsieve.mail
Class ActionKeep

java.lang.Object
  extended by org.apache.jsieve.mail.ActionKeep
All Implemented Interfaces:
Action

public class ActionKeep
extends java.lang.Object
implements Action

Class ActionKeep encapsulates the information required to keep a mail. See RFC 3028, Section 4.4.


Constructor Summary
ActionKeep()
          Constructor for ActionKeep.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionKeep

public ActionKeep()
Constructor for ActionKeep.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


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