Uses of Class
com.sun.mail.imap.protocol.FetchResponse
-
Packages that use FetchResponse Package Description com.sun.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of FetchResponse in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol with parameters of type FetchResponse Modifier and Type Method Description abstract java.lang.Object
FetchItem. parseItem(FetchResponse r)
Parse the item into some kind of object appropriate for the item.Constructors in com.sun.mail.imap.protocol with parameters of type FetchResponse Constructor Description BODY(FetchResponse r)
ConstructorBODYSTRUCTURE(FetchResponse r)
ENVELOPE(FetchResponse r)
INTERNALDATE(FetchResponse r)
Constructor.MODSEQ(FetchResponse r)
Constructor.RFC822DATA(FetchResponse r)
Constructor, header flag is false.RFC822DATA(FetchResponse r, boolean isHeader)
Constructor, specifying header flag.RFC822SIZE(FetchResponse r)
Constructor.UID(FetchResponse r)
Constructor.
-