gnu.mail.providers.imap
Class IMAPMultipart

java.lang.Object
  extended by javax.mail.Multipart
      extended by javax.mail.internet.MimeMultipart
          extended by gnu.mail.providers.imap.IMAPMultipart

public class IMAPMultipart
extends MimeMultipart

An IMAP multipart component.

Version:
0.1
Author:
Chris Burdess

Field Summary
protected  IMAPMessage message
          The message this multipart belongs to.
 
Fields inherited from class javax.mail.internet.MimeMultipart
ds, parsed
 
Fields inherited from class javax.mail.Multipart
contentType, parent, parts
 
Constructor Summary
protected IMAPMultipart(IMAPMessage message, Part parent, java.lang.String subtype)
          Called by the IMAPMessage.
 
Method Summary
 
Methods inherited from class javax.mail.internet.MimeMultipart
createInternetHeaders, createMimeBodyPart, createMimeBodyPart, getBodyPart, getBodyPart, getCount, parse, setSubType, updateHeaders, writeTo
 
Methods inherited from class javax.mail.Multipart
addBodyPart, addBodyPart, getContentType, getParent, removeBodyPart, removeBodyPart, setMultipartDataSource, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected IMAPMessage message
The message this multipart belongs to.

Constructor Detail

IMAPMultipart

protected IMAPMultipart(IMAPMessage message,
                        Part parent,
                        java.lang.String subtype)
Called by the IMAPMessage.



© Copyright 2003, 2004 The Free Software Foundation, All rights reserved