|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMimeMessage
com.sun.mail.imap.IMAPMessage
com.sun.mail.imap.IMAPNestedMessage
public class IMAPNestedMessage
This class implements a nested IMAP message
| Field Summary |
|---|
| Fields inherited from class com.sun.mail.imap.IMAPMessage |
|---|
bs, envelope, sectionId |
| Method Summary | |
|---|---|
protected void |
checkExpunged()
|
protected int |
getFetchBlockSize()
|
protected 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. |
boolean |
isExpunged()
|
protected boolean |
isREV1()
|
void |
setFlags(Flags flag,
boolean set)
Set/Unset the given flags in this message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected IMAPProtocol getProtocol()
throws ProtocolException,
FolderClosedException
IMAPMessage
getProtocol in class IMAPMessageProtocolException
FolderClosedException
protected boolean isREV1()
throws FolderClosedException
isREV1 in class IMAPMessageFolderClosedExceptionprotected Object getMessageCacheLock()
IMAPMessage
getMessageCacheLock in class IMAPMessageprotected int getSequenceNumber()
IMAPMessage
getSequenceNumber in class IMAPMessage
protected void checkExpunged()
throws MessageRemovedException
checkExpunged in class IMAPMessageMessageRemovedExceptionpublic boolean isExpunged()
protected int getFetchBlockSize()
getFetchBlockSize in class IMAPMessage
public 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 class IMAPMessageMessagingException
public void setFlags(Flags flag,
boolean set)
throws MessagingException
IMAPMessage
setFlags in class IMAPMessageMessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||