public interface MailMessageAttributes
Note that the message in a mailbox have the same order using either Message Sequence Numbers or UIDs.
Reference: RFC 2060 - para 2.3Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBodyStructure(boolean includeExtensions)
Provides the Body Structure information for this message.
|
java.lang.String |
getEnvelope()
Provides the Envelope structure information for this message.
|
java.util.Date |
getInternalDate()
Provides the date and time at which the message was received.
|
java.lang.String |
getInternalDateAsString()
Returns IMAP formatted String representation of Date
|
int |
getSize()
Provides the sizeof the message in octets.
|
java.util.Date getInternalDate()
java.lang.String getInternalDateAsString()
int getSize()
java.lang.String getEnvelope()
java.lang.String getBodyStructure(boolean includeExtensions)