Uses of Class
com.sun.mail.imap.protocol.IMAPResponse
-
Packages that use IMAPResponse Package Description com.sun.mail.imap.protocol 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.protocol Modifier and Type Class Description class
FetchResponse
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 IMAPResponse Modifier and Type Field Description java.util.List<IMAPResponse>
MailboxInfo. responses
VANISHED or FETCH responses received while opening the mailbox.Constructors in com.sun.mail.imap.protocol with parameters of type IMAPResponse Constructor Description FetchResponse(IMAPResponse r)
FetchResponse(IMAPResponse r, FetchItem[] fitems)
Construct a FetchResponse that handles the additional FetchItems.FLAGS(IMAPResponse r)
Constructor.IMAPResponse(IMAPResponse r)
Copy constructor.ListInfo(IMAPResponse r)
-