Uses of Class
org.apache.geronimo.javamail.store.imap.connection.IMAPEnvelope

Packages that use IMAPEnvelope
org.apache.geronimo.javamail.store.imap   
org.apache.geronimo.javamail.store.imap.connection   
 

Uses of IMAPEnvelope in org.apache.geronimo.javamail.store.imap
 

Fields in org.apache.geronimo.javamail.store.imap declared as IMAPEnvelope
protected  IMAPEnvelope IMAPMessage.envelope
           
 

Methods in org.apache.geronimo.javamail.store.imap with parameters of type IMAPEnvelope
protected  void IMAPMessage.updateEnvelope(IMAPEnvelope envelope)
          Retrieve the message envelope from the IMAP server, synchronizing the headers with the information.
 

Constructors in org.apache.geronimo.javamail.store.imap with parameters of type IMAPEnvelope
IMAPAttachedMessage(IMAPMessage parent, String section, IMAPEnvelope envelope, IMAPBodyStructure bodyStructure)
          Constructor for an attached message part.
 

Uses of IMAPEnvelope in org.apache.geronimo.javamail.store.imap.connection
 

Fields in org.apache.geronimo.javamail.store.imap.connection declared as IMAPEnvelope
 IMAPEnvelope IMAPBodyStructure.nestedEnvelope
           
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.