Uses of Interface
com.sun.mail.imap.protocol.Item

Packages that use Item
com.sun.mail.imap.protocol   
 

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

Classes in com.sun.mail.imap.protocol that implement Item
 class BODY
          The BODY fetch response item.
 class BODYSTRUCTURE
          A BODYSTRUCTURE response.
 class ENVELOPE
          The ENEVELOPE item of an IMAP FETCH response.
 class FLAGS
          This class
 class INTERNALDATE
          This class
 class RFC822DATA
          This class
 class RFC822SIZE
          This class
 class UID
          This class represents the UID data item
 

Methods in com.sun.mail.imap.protocol that return Item
 Item FetchResponse.getItem(java.lang.Class c)
           
 Item FetchResponse.getItem(int index)
           
static Item FetchResponse.getItem(Response[] r, int msgno, java.lang.Class c)
           
 



Copyright © 2012. All Rights Reserved.