Package 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
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Modifier Constructor Description 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, getPreamble, isComplete, parse, setPreamble, setSubType, updateHeaders, writeTo
-
Methods inherited from class javax.mail.Multipart
addBodyPart, addBodyPart, getContentType, getParent, removeBodyPart, removeBodyPart, setMultipartDataSource, setParent
-
-
-
-
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.
-
-