Fastmail JMAP profile for email reply.
Implements: Reply to email message (org.intentschema.communication.email.message.reply.v1)
| Field | Type | Description |
|---|---|---|
target * | Target (required: external_id) | (system = "fastmail", required: system) |
object * | object | |
idempotency_key | string | |
fastmail @com.fastmail | object |
object| Field | Type | Description |
|---|---|---|
to | string (email)[] | |
cc | string (email)[] | |
bcc | string (email)[] | |
subject | string | Optional; defaults to Re: <original subject> if omitted. |
textBody * | string | |
htmlBody | string | |
attachments | BlobRef[] | |
replyAll | boolean (default false) |
fastmail @com.fastmail| Field | Type | Description |
|---|---|---|
identity_id | string | |
keywords | object |
| Field | Type | Description |
|---|---|---|
external_id * | string | |
thread_id * | string | |
sent_at * | string (date-time) |
| Field | Value |
|---|---|
base_url | https://api.fastmail.com |
method | POST |
path | /jmap/api/ |
jmap_method | EmailSubmission/set |
scopes | urn:ietf:params:jmap:submission |
docs | https://jmap.io/spec-mail.html#emailsubmission |
| Intent field | API parameter |
|---|---|
object.to | Email/set create.to[].email |
object.cc | Email/set create.cc[].email |
object.bcc | Email/set create.bcc[].email |
object.from | Email/set create.from[].email |
object.subject | Email/set create.subject |
object.textBody | Email/set create.textBody[].value (partId ref) |
object.htmlBody | Email/set create.htmlBody[].value (partId ref) |
object.attachments | Email/set create.attachments[].blobId (upload blob first) |
idempotency_key | Email/set create.messageId[] (RFC 5322 Message-ID) |
fastmail.identity_id | EmailSubmission/set create.identityId |
fastmail.mailbox_ids | Email/set create.mailboxIds |
fastmail.keywords | Email/set create.keywords |
fastmail.sent_at | EmailSubmission/set create.envelope.mailFrom (futureRelease extension) |
fastmail.masked_email | (Fastmail-specific: create masked email address via MaskedEmail/set first) |
target.external_id | Email/set create.inReplyTo + references |