public class IMAPNestedMessage extends IMAPMessage
IMAPMessage.FetchProfileCondition
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Get the message size.
|
boolean |
isExpunged() |
void |
setFlags(Flags flag,
boolean set)
Set/Unset the given flags in this message.
|
addFrom, addHeader, addHeaderLine, addRecipients, getAllHeaderLines, getAllHeaders, getContentID, getContentLanguage, getContentMD5, getContentType, getDataHandler, getDescription, getDisposition, getEncoding, getFileName, getFlags, getFrom, getHeader, getHeader, getInReplyTo, getItem, getLineCount, getMatchingHeaderLines, getMatchingHeaders, getMessageID, getMimeStream, getNonMatchingHeaderLines, getNonMatchingHeaders, getPeek, getReceivedDate, getRecipients, getReplyTo, getSender, getSentDate, getSubject, invalidateHeaders, isSet, removeHeader, setContentID, setContentLanguage, setContentMD5, setDataHandler, setDescription, setDisposition, setFileName, setFrom, setHeader, setPeek, setRecipients, setReplyTo, setSender, setSentDate, setSubject, writeTo
public boolean isExpunged()
public int getSize() throws MessagingException
IMAPMessage
Note that this returns RFC822.SIZE. That is, it's the size of the whole message, header and body included.
getSize
in class IMAPMessage
MessagingException
public void setFlags(Flags flag, boolean set) throws MessagingException
IMAPMessage
setFlags
in class IMAPMessage
MessagingException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"