| Package | Description |
|---|---|
| com.openexchange.mail.dataobjects | |
| com.openexchange.mail.mime |
| Modifier and Type | Method and Description |
|---|---|
ContentDisposition |
ThreadSortMailMessage.getContentDisposition() |
ContentDisposition |
MailPart.getContentDisposition()
Gets the disposition
|
ContentDisposition |
DraftMailMessage.getContentDisposition() |
ContentDisposition |
ContentAwareMailMessage.getContentDisposition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadSortMailMessage.setContentDisposition(ContentDisposition disposition) |
void |
MailPart.setContentDisposition(ContentDisposition disposition)
Sets the disposition
|
void |
DraftMailMessage.setContentDisposition(ContentDisposition disposition) |
void |
ContentAwareMailMessage.setContentDisposition(ContentDisposition disposition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentDisposition.setContentDisposition(ContentDisposition contentDisp)
Applies given content disposition to this content disposition
|