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 | Method and Description |
---|---|
static UIDSet[] |
Utility.toUIDSet(Message[] msgs)
Return UIDSets for the messages.
|
Modifier and Type | Method and Description |
---|---|
static UIDSet[] |
UIDSet.createUIDSets(long[] msgs) |
Modifier and Type | Method and Description |
---|---|
static long |
UIDSet.size(UIDSet[] msgsets) |
static String |
UIDSet.toString(UIDSet[] msgsets)
Convert an array of UIDSets into an IMAP sequence range
|
void |
IMAPProtocol.uidexpunge(UIDSet[] set)
UID EXPUNGE Command.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.