|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MailMessageAttributes
Interface for objects holding IMAP4rev1 Message Attributes. Message Attributes should be set when a message enters a mailbox. Implementations are encouraged to implement and store MessageAttributes apart from the underlying message. This allows the Mailbox to respond to questions about very large message without needing to access them directly.
Note that the message in a mailbox have the same order using either Message Sequence Numbers or UIDs.
Reference: RFC 2060 - para 2.3
Method Summary | |
---|---|
String |
getBodyStructure(boolean includeExtensions)
Provides the Body Structure information for this message. |
String |
getEnvelope()
Provides the Envelope structure information for this message. |
Date |
getInternalDate()
Provides the date and time at which the message was received. |
String |
getInternalDateAsString()
Returns IMAP formatted String representation of Date |
int |
getSize()
Provides the sizeof the message in octets. |
Method Detail |
---|
Date getInternalDate()
String getInternalDateAsString()
int getSize()
String getEnvelope()
String getBodyStructure(boolean includeExtensions)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |