Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol |
Modifier and Type | Field and Description |
---|---|
static ResyncData |
ResyncData.CONDSTORE
Used to enable only the CONDSTORE extension.
|
Modifier and Type | Method and Description |
---|---|
static UIDSet[] |
Utility.getResyncUIDSet(ResyncData rd)
Make the ResyncData UIDSet available to IMAPProtocol,
which is in a different package.
|
List<MailEvent> |
IMAPFolder.open(int mode,
ResyncData rd)
Open this folder in the given mode, with the given
resynchronization data.
|
Modifier and Type | Method and Description |
---|---|
MailboxInfo |
IMAPProtocol.examine(String mbox,
ResyncData rd)
EXAMINE Command with QRESYNC data.
|
MailboxInfo |
IMAPProtocol.select(String mbox,
ResyncData rd)
SELECT Command with QRESYNC data.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.