Uses of Class
org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol
Subclasses of IMAPResponse in org.eclipse.angus.mail.imap.protocolModifier and TypeClassDescriptionclassThis class represents a FETCH response obtained from the input stream of an IMAP server.Fields in org.eclipse.angus.mail.imap.protocol with type parameters of type IMAPResponseModifier and TypeFieldDescriptionMailboxInfo.responsesVANISHED or FETCH responses received while opening the mailbox.Constructors in org.eclipse.angus.mail.imap.protocol with parameters of type IMAPResponseModifierConstructorDescriptionFetchResponse(IMAPResponse r, FetchItem[] fitems) Construct a FetchResponse that handles the additional FetchItems.Constructor.Copy constructor.