public interface IIMAPMessage
Modifier and Type | Method and Description |
---|---|
Collection<IIMAPBodyPart> |
getAttachments() |
boolean |
getFlagValue(IIMAPFlag flag)
return the value associated to a flag
|
javax.mail.Address |
getFrom() |
Date |
getReceivedDate() |
Collection<javax.mail.Address> |
getRecipients() |
Date |
getSentDate() |
String |
getSubject() |
String |
getTextContent() |
void |
setFlag(IIMAPFlag flag,
boolean value)
set flag value
|
String getSubject()
String getTextContent()
Collection<IIMAPBodyPart> getAttachments()
Collection<javax.mail.Address> getRecipients()
javax.mail.Address getFrom()
Date getReceivedDate()
Date getSentDate()
void setFlag(IIMAPFlag flag, boolean value)
flag
- IIMAPFlag
value
- Copyright © 2024 Visiativ. All rights reserved.