Uses of Class
org.eclipse.angus.mail.imap.IMAPMessage
-
Packages that use IMAPMessage Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store. -
-
Uses of IMAPMessage in org.eclipse.angus.mail.imap
Subclasses of IMAPMessage in org.eclipse.angus.mail.imap Modifier and Type Class Description classIMAPNestedMessageThis class implements a nested IMAP messageFields in org.eclipse.angus.mail.imap with type parameters of type IMAPMessage Modifier and Type Field Description protected java.util.Hashtable<java.lang.Long,IMAPMessage>IMAPFolder. uidTableMethods in org.eclipse.angus.mail.imap that return IMAPMessage Modifier and Type Method Description IMAPMessageMessageCache. getMessage(int msgnum)Get the message object for the indicated message number.IMAPMessageMessageCache. getMessageBySeqnum(int seqnum)Get the message object for the indicated sequence number.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.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.Methods in org.eclipse.angus.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.booleanUtility.Condition. test(IMAPMessage message)Constructors in org.eclipse.angus.mail.imap with parameters of type IMAPMessage Constructor 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)
-