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§
- Threads
Api - Threads API façade.
Enums§
- Thread
Format - The
formatquery parameter accepted bythreads.get.
Constants§
- HARD_
CAP - Per-call upper bound on the number of threads returned by
ThreadsApi::search_all, even when the caller passeslimit = 0. - MAX_
PAGE_ LIMIT - Maximum page size accepted by
GET /gmail/v1/users/{userId}/threads.