Message
org.sagebionetworks.repo.model.message.cloudmailin.Message
JSON schema for the CloudMainIn message format
Field | Type | Description |
---|---|---|
envelope | Envelope | Message Envelope |
headers | Headers | The headers from the email message. |
plain | STRING | Message body, as plain text. |
html | STRING | Message body, as html. |
reply_plain | STRING | Message reply if found. |
attachments | ARRAY<Attachment> | Attachments to the message. |