org.apache.jsieve.mail
Class ActionKeep

java.lang.Object
  extended byorg.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()
See Also:
Object.toString()


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