| Package | Description |
|---|---|
| com.atlassian.mail | |
| com.atlassian.mail.options |
| Modifier and Type | Method and Description |
|---|---|
static String |
MailUtils.getBody(javax.mail.Message message,
GetBodyOptions options) |
| Modifier and Type | Field and Description |
|---|---|
static GetBodyOptions |
GetBodyOptions.PREFER_TEXT_BODY_NO_STRIP_WHITESPACE
Options that will prefer the text part for the body, and not strip any whitespace.
|
static GetBodyOptions |
GetBodyOptions.PREFER_TEXT_BODY_STRIP_WHITESPACE
Options that will prefer the text part for the body, and will strip any whitespace.
|
| Modifier and Type | Method and Description |
|---|---|
GetBodyOptions |
GetBodyOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static GetBodyOptions.Builder |
GetBodyOptions.builder(GetBodyOptions template) |
Copyright © 2018 Atlassian. All rights reserved.