Uses of Interface
com.sun.mail.imap.protocol.Item
-
Packages that use Item Package Description com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.com.sun.mail.imap.protocol 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 Item Modifier and Type Method Description protected 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 Item Modifier and Type Class Description classBODYThe BODY fetch response item.classBODYSTRUCTUREA BODYSTRUCTURE response.classENVELOPEThe ENEVELOPE item of an IMAP FETCH response.classFLAGSThis classclassINTERNALDATEAn INTERNALDATE FETCH item.classMODSEQThis class represents the MODSEQ data item.classRFC822DATAThe RFC822 response data item.classRFC822SIZEAn RFC822SIZE FETCH item.classUIDThis class represents the UID data item.Methods in com.sun.mail.imap.protocol with type parameters of type Item Modifier and Type Method Description static <T extends Item>
TFetchResponse. getItem(Response[] r, int msgno, Class<T> c)Return the first fetch response item of the given class for the given message number.<T extends Item>
TFetchResponse. getItem(Class<T> c)static <T extends Item>
List<T>FetchResponse. getItems(Response[] r, int msgno, Class<T> c)Return all fetch response items of the given class for the given message number.Methods in com.sun.mail.imap.protocol that return Item Modifier and Type Method Description ItemFetchResponse. getItem(int index)
-