Uses of Class
org.apache.geronimo.javamail.store.imap.IMAPMessage

Packages that use IMAPMessage
org.apache.geronimo.javamail.store.imap   
 

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

Subclasses of IMAPMessage in org.apache.geronimo.javamail.store.imap
 class IMAPAttachedMessage
          A nested message attachement inside of another IMAP message.
 

Fields in org.apache.geronimo.javamail.store.imap declared as IMAPMessage
protected  IMAPMessage IMAPMimeBodyPart.message
           
protected  IMAPMessage IMAPAttachedMessage.parent
           
 

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



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