com.sun.mail.imap.protocol
Class FLAGS

java.lang.Object
  extended by javax.mail.Flags
      extended by com.sun.mail.imap.protocol.FLAGS
All Implemented Interfaces:
Item, Serializable, Cloneable

public class FLAGS
extends Flags
implements Item

This class

Author:
John Mani
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.mail.Flags
Flags.Flag
 
Field Summary
 int msgno
           
 
Constructor Summary
FLAGS(IMAPResponse r)
          Constructor
 
Method Summary
 
Methods inherited from class javax.mail.Flags
add, add, add, clone, contains, contains, contains, equals, getSystemFlags, getUserFlags, hashCode, remove, remove, remove
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msgno

public int msgno
Constructor Detail

FLAGS

public FLAGS(IMAPResponse r)
      throws ParsingException
Constructor

Throws:
ParsingException


Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.