Package com.sun.mail.imap.protocol
Class FetchItem
java.lang.Object
com.sun.mail.imap.protocol.FetchItem
Metadata describing a FETCH item.
Note that the "name" field MUST be in uppercase.
- Since:
- JavaMail 1.4.6
-
Constructor Details
-
FetchItem
-
-
Method Details
-
getName
-
getFetchProfileItem
-
parseItem
Parse the item into some kind of object appropriate for the item. Note that the item name will have been parsed and skipped already.- Parameters:
r
- the response- Returns:
- the fetch item
- Throws:
ParsingException
- for parsing failures
-