Package | Description |
---|---|
gnu.mail.providers.imap |
This is a provider for the Internet Message Access Protocol, version 4rev1
(IMAP4rev1), as detailed in RFC 3501.
|
javax.mail.internet |
Classes modelling Internet mail systems.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IMAPBodyPart |
A MIME body part of an IMAP multipart message.
|
Modifier and Type | Method | Description |
---|---|---|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(java.io.InputStream is) |
Creates a MIME body part from the specified input stream.
|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InternetHeaders headers,
byte[] content) |
Creates a MIME body part object from the given headers and byte content.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved