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 |
---|---|
String |
getBodyStructure(boolean includeExtensions)
Provides the Body Structure information for this message.
|
String |
getEnvelope()
Provides the Envelope structure information for this message.
|
Date |
getReceivedDate()
Provides the date and time at which the message was received.
|
String |
getReceivedDateAsString()
Returns IMAP formatted String representation of Date
|
int |
getSize()
Provides the sizeof the message in octets.
|
Date getReceivedDate()
String getReceivedDateAsString()
int getSize()
String getEnvelope()
String getBodyStructure(boolean includeExtensions)
Copyright © 2006–2019 Icegreen Technologies. All rights reserved.