Uses of Class
com.sun.mail.imap.IMAPMessage
-
Packages that use IMAPMessage Package Description com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. -
-
Uses of IMAPMessage in com.sun.mail.imap
Fields in com.sun.mail.imap with type parameters of type IMAPMessage Modifier and Type Field Description protected java.util.Hashtable<java.lang.Long,IMAPMessage>IMAPFolder. uidTableMethods in com.sun.mail.imap that return IMAPMessage Modifier and Type Method Description protected IMAPMessageIMAPFolder. 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 IMAPMessageIMAPFolder. newIMAPMessage(int msgnum)Create a new IMAPMessage object to represent the given message number.Methods in com.sun.mail.imap with parameters of type IMAPMessage Modifier and Type Method Description booleanIMAPMessage.FetchProfileCondition. test(IMAPMessage m)Return true if we NEED to fetch the requested information for the specified message.
-