Uses of Class
javax.mail.FetchProfile.Item

Packages that use FetchProfile.Item
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
javax.mail Classes modeling a mail system. 
 

Uses of FetchProfile.Item in com.sun.mail.imap
 

Subclasses of FetchProfile.Item in com.sun.mail.imap
static class IMAPFolder.FetchProfileItem
          A fetch profile item for fetching headers.
 

Uses of FetchProfile.Item in javax.mail
 

Subclasses of FetchProfile.Item in javax.mail
static class UIDFolder.FetchProfileItem
          A fetch profile item for fetching UIDs.
 

Fields in javax.mail declared as FetchProfile.Item
static FetchProfile.Item FetchProfile.Item.CONTENT_INFO
          This item is for fetching information about the content of the message.
static FetchProfile.Item FetchProfile.Item.ENVELOPE
          This is the Envelope item.
static FetchProfile.Item FetchProfile.Item.FLAGS
          This is the Flags item.
 

Methods in javax.mail that return FetchProfile.Item
 FetchProfile.Item[] FetchProfile.getItems()
          Get the items set in this profile.
 

Methods in javax.mail with parameters of type FetchProfile.Item
 void FetchProfile.add(FetchProfile.Item item)
          Add the given special item as one of the attributes to be prefetched.
 boolean FetchProfile.contains(FetchProfile.Item item)
          Returns true if the fetch profile contains given special item.