| 程序包 | 说明 |
|---|---|
| net.iotgw.mail.iap |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
| net.iotgw.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Protocol.addResponseHandler(ResponseHandler h)
Adds a response handler.
|
void |
Protocol.removeResponseHandler(ResponseHandler h)
Removed the specified response handler.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultFolder
The default IMAP folder (root of the naming hierarchy).
|
class |
IMAPFolder
This class implements an IMAP folder.
|
class |
IMAPSSLStore
This class provides access to an IMAP message store over SSL.
|
class |
IMAPStore
This class provides access to an IMAP message store.
|
Copyright © 2021 Oracle. All rights reserved.