Uses of Interface
org.eclipse.angus.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 org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol
Classes in org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol with type parameters of type ItemModifier and TypeMethodDescription<T extends Item>
Tstatic <T extends Item>
TReturn the first fetch response item of the given class for the given message number.Return all fetch response items of the given class for the given message number.Methods in org.eclipse.angus.mail.imap.protocol that return Item