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.


Package com.sun.mail.imap.protocol

Interface Summary
Item A tagging interface for all IMAP data items.
SaslAuthenticator Interface to make it easier to call IMAPSaslAuthenticator.
 

Class Summary
BASE64MailboxDecoder See the BASE64MailboxEncoder for a description of the RFC2060 and how mailbox names should be encoded.
BASE64MailboxEncoder from RFC2060 5.1.3.
BODY The BODY fetch response item.
BODYSTRUCTURE A BODYSTRUCTURE response.
ENVELOPE The ENEVELOPE item of an IMAP FETCH response.
FetchResponse This class represents a response obtained from the input stream of an IMAP server.
FLAGS This class
IMAPProtocol This class extends the iap.Protocol object and implements IMAP semantics.
IMAPResponse This class represents a response obtained from the input stream of an IMAP server.
IMAPSaslAuthenticator This class contains a single method that does authentication using SASL.
INTERNALDATE This class
ListInfo A LIST response.
MailboxInfo This class
MessageSet This class holds the 'start' and 'end' for a range of messages
Namespaces This class and its inner class represent the response to the NAMESPACE command.
Namespaces.Namespace A single namespace entry.
RFC822DATA This class
RFC822SIZE This class
Status STATUS response.
UID This class represents the UID data item
UIDSet This class holds the 'start' and 'end' for a range of UIDs.
 



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.