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 | 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 |
---|---|
private IMAPMessage |
IMAPBodyPart.message |
private IMAPMessage[] |
MessageCache.messages |
private IMAPMessage |
IMAPInputStream.msg |
private IMAPMessage |
IMAPNestedMessage.msg |
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<java.lang.Long,IMAPMessage> |
IMAPFolder.uidTable |
Modifier and Type | Method and Description |
---|---|
IMAPMessage |
MessageCache.getMessage(int msgnum)
Get the message object for the indicated message number.
|
IMAPMessage |
MessageCache.getMessageBySeqnum(int seqnum)
Get the message object for the indicated sequence number.
|
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.
|
IMAPMessage[] |
MessageCache.removeExpungedMessages()
Remove all the expunged messages from the array,
returning a list of removed message objects.
|
IMAPMessage[] |
MessageCache.removeExpungedMessages(Message[] msgs)
Remove expunged messages in msgs from the array,
returning a list of removed message objects.
|
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.
|
boolean |
Utility.Condition.test(IMAPMessage message) |
Constructor and Description |
---|
IMAPBodyPart(BODYSTRUCTURE bs,
java.lang.String sid,
IMAPMessage message) |
IMAPInputStream(IMAPMessage msg,
java.lang.String section,
int max,
boolean peek)
Create an IMAPInputStream.
|
IMAPMultipartDataSource(MimePart part,
BODYSTRUCTURE[] bs,
java.lang.String sectionId,
IMAPMessage msg) |
IMAPNestedMessage(IMAPMessage m,
BODYSTRUCTURE b,
ENVELOPE e,
java.lang.String sid)
Package private constructor.
|