Uses of Class
com.sun.mail.imap.IMAPMessage
Packages that use IMAPMessage
Package
Description
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
-
Uses of IMAPMessage in com.sun.mail.gimap
Subclasses of IMAPMessage in com.sun.mail.gimapMethods in com.sun.mail.gimap that return IMAPMessageModifier and TypeMethodDescriptionprotected IMAPMessage
GmailFolder.newIMAPMessage
(int msgnum) Create a new IMAPMessage object to represent the given message number. -
Uses of IMAPMessage in com.sun.mail.imap
Subclasses of IMAPMessage in com.sun.mail.imapModifier and TypeClassDescriptionclass
This class implements a nested IMAP messageFields in com.sun.mail.imap with type parameters of type IMAPMessageMethods in com.sun.mail.imap that return IMAPMessageModifier and TypeMethodDescriptionMessageCache.getMessage
(int msgnum) Get the message object for the indicated message number.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.MessageCache.removeExpungedMessages()
Remove all the expunged messages from the array, returning a list of removed message objects.MessageCache.removeExpungedMessages
(Message[] msgs) Remove expunged messages in msgs from the array, returning a list of removed message objects.Methods in com.sun.mail.imap with parameters of type IMAPMessageModifier and TypeMethodDescriptionboolean
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) Constructors in com.sun.mail.imap with parameters of type IMAPMessageModifierConstructorDescriptionprotected
IMAPBodyPart
(BODYSTRUCTURE bs, String sid, IMAPMessage message) IMAPInputStream
(IMAPMessage msg, String section, int max, boolean peek) Create an IMAPInputStream.protected
IMAPMultipartDataSource
(MimePart part, BODYSTRUCTURE[] bs, String sectionId, IMAPMessage msg)