Uses of Class
com.sun.mail.imap.protocol.IMAPResponse
Packages that use IMAPResponse
Package
Description
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of IMAPResponse in com.sun.mail.imap.protocol
Subclasses of IMAPResponse in com.sun.mail.imap.protocolModifier and TypeClassDescriptionclass
This class represents a FETCH response obtained from the input stream of an IMAP server.Fields in com.sun.mail.imap.protocol with type parameters of type IMAPResponseModifier and TypeFieldDescriptionMailboxInfo.responses
VANISHED or FETCH responses received while opening the mailbox.Constructors in com.sun.mail.imap.protocol with parameters of type IMAPResponseModifierConstructorDescriptionFetchResponse
(IMAPResponse r, FetchItem[] fitems) Construct a FetchResponse that handles the additional FetchItems.Constructor.Copy constructor.