Fastmail thread list profile
org.intentschema.communication.email.thread.list.v1@com.fastmail.v1
JSON: bare · @sha256:db8d61a92713…
Hash: sha256:db8d61a9271311606adca97a1c105e218607cf6179be5903449f54e2f4d46711
Fastmail JMAP profile for thread list.
Implements: List email threads (org.intentschema.communication.email.thread.list.v1)
Payload
| Field | Type | Description |
target * | Target | (system = "fastmail", required: system) |
object | object | |
object
| Field | Type | Description |
query | string | Provider-specific search string (Gmail q-syntax, JMAP filter, Graph KQL). |
filter | object | |
limit | integer (minimum 1; maximum 500; default 50) | |
cursor | string | |
filter
| Field | Type | Description |
labels_any | string[] | |
labels_all | string[] | |
is_unread | boolean | |
after | string (date-time) | |
before | string (date-time) | |
Result
| Field | Type | Description |
items * | object[] | |
next_cursor | string | |
API mapping
Field mapping
| Intent field | API parameter |
(implicit) | Email/query collapseThreads:true → Thread/get on resulting threadIds |