public interface MessageMetaData
MessageMetaData for a message| Modifier and Type | Method and Description |
|---|---|
javax.mail.Flags |
getFlags()
Return the
Flags |
Date |
getInternalDate()
IMAP defines this as the time when the message has arrived to the server
(by smtp).
|
long |
getModSeq()
Return the modify-sequence number of the message.
|
long |
getSize()
Return the size in bytes
|
long |
getUid()
Return the uid of the message which the MessageResult belongs to
|
long getUid()
long getModSeq()
javax.mail.Flags getFlags()
Flagslong getSize()
Date getInternalDate()
IMAP defines this as the time when the message has arrived to the server (by smtp). Clients are also allowed to set the internalDate on append.
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.