| 程序包 | 说明 |
|---|---|
| net.iotgw.mail.imap.protocol |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FetchResponse
This class represents a FETCH response obtained from the input stream
of an IMAP server.
|
| 限定符和类型 | 字段和说明 |
|---|---|
List<IMAPResponse> |
MailboxInfo.responses
VANISHED or FETCH responses received while opening the mailbox.
|
| 构造器和说明 |
|---|
FetchResponse(IMAPResponse r) |
FetchResponse(IMAPResponse r,
FetchItem[] fitems)
Construct a FetchResponse that handles the additional FetchItems.
|
FLAGS(IMAPResponse r)
Constructor.
|
IMAPResponse(IMAPResponse r)
Copy constructor.
|
ListInfo(IMAPResponse r) |
Copyright © 2021 Oracle. All rights reserved.