| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
RawEmailJson |
EmailControllerApi.getRawEmailJson(UUID emailId)
Get raw email in JSON
Returns a raw, unparsed, and unprocessed email wrapped in a JSON response object for easier handling when compared with the getRawEmail text/plain response
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<RawEmailJson> |
EmailControllerApi.getRawEmailJsonWithHttpInfo(UUID emailId)
Get raw email in JSON
Returns a raw, unparsed, and unprocessed email wrapped in a JSON response object for easier handling when compared with the getRawEmail text/plain response
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EmailControllerApi.getRawEmailJsonAsync(UUID emailId,
ApiCallback<RawEmailJson> _callback)
Get raw email in JSON (asynchronously)
Returns a raw, unparsed, and unprocessed email wrapped in a JSON response object for easier handling when compared with the getRawEmail text/plain response
|
| Modifier and Type | Method and Description |
|---|---|
RawEmailJson |
RawEmailJson.content(String content) |
Copyright © 2021. All rights reserved.