| 程序包 | 说明 |
|---|---|
| javax.mail.internet |
Classes specific to Internet mail systems.
|
| net.iotgw.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PreencodedMimeBodyPart
A MimeBodyPart that handles data that has already been encoded.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InputStream is)
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InternetHeaders headers,
byte[] content)
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
IMAPBodyPart
An IMAP body part.
|
Copyright © 2021 Oracle. All rights reserved.