| 程序包 | 说明 |
|---|---|
| net.iotgw.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
| net.iotgw.mail.imap.protocol |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected IMAPFolder |
IMAPStore.newIMAPFolder(ListInfo li)
Create an IMAPFolder object.
|
| 构造器和说明 |
|---|
IMAPFolder(ListInfo li,
IMAPStore store)
Constructor used to create an existing folder.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected ListInfo[] |
IMAPProtocol.doList(String cmd,
String ref,
String pat)
Execute the specified LIST-like command (e.g., "LIST" or "LSUB"),
using the reference and pattern.
|
ListInfo[] |
IMAPProtocol.list(String ref,
String pattern)
LIST Command.
|
ListInfo[] |
IMAPProtocol.lsub(String ref,
String pattern)
LSUB Command.
|
Copyright © 2021 Oracle. All rights reserved.