Skip to main content

Module profile_api

Module profile_api 

Source
Expand description

Gmail Profile API wrapper.

users.getProfile is a single unpaginated call — no list/cursor shape needed, unlike the other façades. Extracted out of src/cli/gmail/auth.rs’s previously-private ProfileResponse because gmail sync needs the same endpoint for two fields auth status never used: email_address (mandatory account-identity validation) and history_id (the reconciliation watermark snapshot).

Structs§

Profile
The mailbox’s current profile, as returned by users.getProfile.
ProfileApi
Profile API façade.