com.sun.mail.imap.protocol
Class FLAGS

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

public class FLAGS
extends Flags
implements Item

This class

Author:
John Mani

Field Summary
 int msgno
           
 
Constructor Summary
FLAGS(IMAPResponse r)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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 © 2012 Oracle. All Rights Reserved.