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 boolean
IMAPMessage.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 TypeClassDescriptionclass
The BODY fetch response item.class
A BODYSTRUCTURE response.class
The ENEVELOPE item of an IMAP FETCH response.class
This classclass
An INTERNALDATE FETCH item.class
This class represents the MODSEQ data item.class
The RFC822 response data item.class
An RFC822SIZE FETCH item.class
This 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