Skip to main content

Module threads_api

Module threads_api 

Source
Expand description

Gmail Threads API wrapper.

Same cursor-pagination shape as crate::gmail::messages_api. Read-only in Phase 1 — threads.modify/.trash are real Gmail endpoints but outside this issue’s stated surface, an explicit non-goal rather than an oversight.

Structs§

ThreadsApi
Threads API façade.

Enums§

ThreadFormat
The format query parameter accepted by threads.get.

Constants§

HARD_CAP
Per-call upper bound on the number of threads returned by ThreadsApi::search_all, even when the caller passes limit = 0.
MAX_PAGE_LIMIT
Maximum page size accepted by GET /gmail/v1/users/{userId}/threads.