Uses of Interface
com.sun.mail.imap.protocol.Item
Packages that use Item
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of Item in com.sun.mail.imap
Methods in com.sun.mail.imap with parameters of type ItemModifier and TypeMethodDescriptionprotected booleanIMAPMessage.handleFetchItem(Item item, String[] hdrs, boolean allHeaders) Apply the data in the FETCH item to this message. -
Uses of Item in com.sun.mail.imap.protocol
Classes in com.sun.mail.imap.protocol that implement ItemModifier and TypeClassDescriptionclassThe BODY fetch response item.classA BODYSTRUCTURE response.classThe ENEVELOPE item of an IMAP FETCH response.classThis classclassAn INTERNALDATE FETCH item.classThis class represents the MODSEQ data item.classThe RFC822 response data item.classAn RFC822SIZE FETCH item.classThis class represents the UID data item.Methods in com.sun.mail.imap.protocol with type parameters of type ItemModifier and TypeMethodDescriptionstatic <T extends Item>
TReturn the first fetch response item of the given class for the given message number.<T extends Item>
TReturn all fetch response items of the given class for the given message number.Methods in com.sun.mail.imap.protocol that return Item