This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


com.sun.mail.imap.protocol
class FLAGS

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


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.mail.Flags
Flags.Flag
   
Field Summary
 int msgno
          
 
Constructor Summary

          Constructor
 
Method Summary
 
Methods inherited from class javax.mail.Flags
add, add, add, clone, contains, contains, contains, equals, getSystemFlags, getUserFlags, hashCode, remove, remove, remove
 

Field Detail

msgno

public int msgno
Constructor Detail

FLAGS

public FLAGS(IMAPResponse r)
      throws ParsingException
Constructor

Parameters:
r
Throws:
ParsingException


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.