Package | Description |
---|---|
com.sun.mail.gimap |
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
Modifier and Type | Class and Description |
---|---|
class |
GmailMessage
A Gmail message.
|
Modifier and Type | Method and Description |
---|---|
protected IMAPMessage |
GmailFolder.newIMAPMessage(int msgnum)
Create a new IMAPMessage object to represent the given message number.
|
Modifier and Type | Field and Description |
---|---|
protected Hashtable<Long,IMAPMessage> |
IMAPFolder.uidTable |
Modifier and Type | Method and Description |
---|---|
protected IMAPMessage |
IMAPFolder.getMessageBySeqNumber(int seqnum)
Get the message object for the given sequence number.
|
protected IMAPMessage[] |
IMAPFolder.getMessagesBySeqNumbers(int[] seqnums)
Get the message objects for the given sequence numbers.
|
protected IMAPMessage |
IMAPFolder.newIMAPMessage(int msgnum)
Create a new IMAPMessage object to represent the given message number.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IMAPMessage.FetchProfileCondition.test(IMAPMessage m)
Return true if we NEED to fetch the requested information
for the specified message.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.