Uses of Class
org.eclipse.angus.mail.imap.protocol.FetchResponse
Packages that use FetchResponse
Package
Description
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of FetchResponse in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol with parameters of type FetchResponseModifier and TypeMethodDescriptionabstract ObjectFetchItem.parseItem(FetchResponse r) Parse the item into some kind of object appropriate for the item.Constructors in org.eclipse.angus.mail.imap.protocol with parameters of type FetchResponseModifierConstructorDescriptionConstructorConstructor.Constructor.Constructor, header flag is false.RFC822DATA(FetchResponse r, boolean isHeader) Constructor, specifying header flag.Constructor.UID(FetchResponse r) Constructor.