gnu.mail.providers.imap
Class IMAPMultipart
java.lang.Object
javax.mail.Multipart
javax.mail.internet.MimeMultipart
gnu.mail.providers.imap.IMAPMultipart
public class IMAPMultipart
- extends MimeMultipart
An IMAP multipart component.
- Version:
- 0.1
- Author:
- Chris Burdess
Methods inherited from class javax.mail.internet.MimeMultipart |
createInternetHeaders, createMimeBodyPart, createMimeBodyPart, getBodyPart, getBodyPart, getCount, getPreamble, isComplete, parse, setPreamble, setSubType, updateHeaders, writeTo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
protected IMAPMessage message
- The message this multipart belongs to.
IMAPMultipart
protected IMAPMultipart(IMAPMessage message,
Part parent,
String subtype)
- Called by the IMAPMessage.
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved