Package | Description |
---|---|
gnu.mail.providers.imap |
This is a provider for the Internet Message Access Protocol, version 4rev1
(IMAP4rev1), as detailed in RFC 3501.
|
Modifier and Type | Field and Description |
---|---|
protected IMAPMessage |
IMAPBodyPart.message
The message this part belongs to.
|
protected IMAPMessage |
IMAPMultipart.message
The message this multipart belongs to.
|
Constructor and Description |
---|
IMAPBodyPart(IMAPMessage message,
IMAPMultipart parent,
String section,
InternetHeaders headers,
int size,
int lines)
Called by the IMAPMessage.
|
IMAPMultipart(IMAPMessage message,
Part parent,
String subtype)
Called by the IMAPMessage.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved