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

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

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

Fields in org.apache.geronimo.javamail.store.imap declared as IMAPBodyStructure
protected  IMAPBodyStructure IMAPMimeBodyPart.bodyStructure
           
protected  IMAPBodyStructure IMAPMessage.bodyStructure
           
 

Methods in org.apache.geronimo.javamail.store.imap with parameters of type IMAPBodyStructure
protected  void IMAPMessage.updateBodyStructure(IMAPBodyStructure structure)
          Update the BODYSTRUCTURE information from the IMAP server.
 

Constructors in org.apache.geronimo.javamail.store.imap with parameters of type IMAPBodyStructure
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.
 

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

Fields in org.apache.geronimo.javamail.store.imap.connection declared as IMAPBodyStructure
 IMAPBodyStructure IMAPBodyStructure.nestedBody
           
 IMAPBodyStructure[] IMAPBodyStructure.parts
           
 

Methods in org.apache.geronimo.javamail.store.imap.connection that return IMAPBodyStructure
 IMAPBodyStructure IMAPConnection.fetchBodyStructure(int sequenceNumber)
          Issue a FETCH command to retrieve the message BODYSTRUCTURE structure.
 



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