public class IMAPNestedMessage extends IMAPMessage
IMAPMessage.FetchProfileConditionMimeMessage.RecipientType| Modifier and Type | Field and Description |
|---|---|
private IMAPMessage |
msg |
bs, envelope, EnvelopeCmd, items, sectionIdcachedContent, content, contentStream, dh, flags, headers, modified, savedATTACHMENT, INLINE| Constructor and Description |
|---|
IMAPNestedMessage(IMAPMessage m,
BODYSTRUCTURE b,
ENVELOPE e,
java.lang.String sid)
Package private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkExpunged() |
protected int |
getFetchBlockSize() |
protected java.lang.Object |
getMessageCacheLock()
Get the messageCacheLock, associated with this Message's
Folder.
|
protected IMAPProtocol |
getProtocol()
Get this message's folder's protocol connection.
|
protected int |
getSequenceNumber()
Get this message's IMAP sequence number.
|
int |
getSize()
Get the message size.
|
protected boolean |
ignoreBodyStructureSize() |
boolean |
isExpunged()
Checks whether this message is expunged.
|
protected boolean |
isREV1() |
void |
setFlags(Flags flag,
boolean set)
Set/Unset the given flags in this message.
|
_getModSeq, _getSession, _setFlags, addFrom, addHeader, addHeaderLine, addRecipients, fetchItem, forceCheckExpunged, getAllHeaderLines, getAllHeaders, getContentID, getContentLanguage, getContentMD5, getContentStream, getContentType, getDataHandler, getDescription, getDisposition, getEncoding, getFileName, getFlags, getFrom, getHeader, getHeader, getInReplyTo, getItem, getLineCount, getMatchingHeaderLines, getMatchingHeaders, getMessageID, getMimeStream, getModSeq, getNonMatchingHeaderLines, getNonMatchingHeaders, getPeek, getReceivedDate, getRecipients, getReplyTo, getSender, getSentDate, getSubject, getUID, handleExtensionFetchItems, handleFetchItem, invalidateHeaders, isSet, removeHeader, setContentID, setContentLanguage, setContentMD5, setDataHandler, setDescription, setDisposition, setExpunged, setFileName, setFrom, setHeader, setMessageNumber, setModSeq, setPeek, setRecipients, setReplyTo, setSender, setSentDate, setSubject, setUID, writeToaddRecipients, createInternetHeaders, createMimeMessage, getAllRecipients, getContent, getInputStream, getRawInputStream, isMimeType, parse, reply, reply, saveChanges, setContent, setContent, setDescription, setFrom, setFrom, setRecipients, setSubject, setText, setText, setText, updateHeaders, updateMessageID, writeToaddRecipient, getFolder, getMessageNumber, getSession, match, setFlag, setRecipientprivate IMAPMessage msg
IMAPNestedMessage(IMAPMessage m, BODYSTRUCTURE b, ENVELOPE e, java.lang.String sid)
Note that nested messages have no containing folder, nor a message number.
protected IMAPProtocol getProtocol() throws ProtocolException, FolderClosedException
IMAPMessagegetProtocol in class IMAPMessageProtocolException - for protocol errorsFolderClosedException - if the folder is closedprotected boolean isREV1()
throws FolderClosedException
isREV1 in class IMAPMessageFolderClosedExceptionprotected java.lang.Object getMessageCacheLock()
IMAPMessagegetMessageCacheLock in class IMAPMessageprotected int getSequenceNumber()
IMAPMessagegetSequenceNumber in class IMAPMessageprotected void checkExpunged()
throws MessageRemovedException
checkExpunged in class IMAPMessageMessageRemovedExceptionpublic boolean isExpunged()
MessagegetMessageNumber() are invalid on an expunged
Message object.
Messages that are expunged due to an explict expunge()
request on the containing Folder are removed from the Folder
immediately. Messages that are externally expunged by another source
are marked "expunged" and return true for the isExpunged() method,
but they are not removed from the Folder until an explicit
expunge() is done on the Folder.
See the description of expunge() for more details on
expunge handling.
isExpunged in class MessageFolder.expunge()protected int getFetchBlockSize()
getFetchBlockSize in class IMAPMessageprotected boolean ignoreBodyStructureSize()
ignoreBodyStructureSize in class IMAPMessagepublic int getSize()
throws MessagingException
IMAPMessageNote that this returns RFC822.SIZE. That is, it's the size of the whole message, header and body included.
getSize in interface PartgetSize in class IMAPMessageMessagingException - for failurespublic void setFlags(Flags flag, boolean set) throws MessagingException
IMAPMessagesetFlags in class IMAPMessageflag - Flags object containing the flags to be setset - the value to be setIllegalWriteException - if the underlying
implementation does not support modificationMessagingException - for other failuresMessageChangedEvent