Package | Description |
---|---|
com.sun.mail.imap.protocol |
Modifier and Type | Method and Description |
---|---|
UID |
IMAPProtocol.fetchSequenceNumber(long uid)
Get the sequence number for the given UID.
|
UID[] |
IMAPProtocol.fetchSequenceNumbers(long[] uids)
Get the sequence numbers for UIDs ranging from start till end.
|
UID[] |
IMAPProtocol.fetchSequenceNumbers(long start,
long end)
Get the sequence numbers for UIDs ranging from start till end.
|
UID |
IMAPProtocol.fetchUID(int msgno)
Fetch the IMAP UID for the given message.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.