1 2 3 4 5 6 7 8 9 10
//! Gmail mailbox history (`users.history`): the incremental-sync delta //! since a given `historyId`. //! //! <https://developers.google.com/gmail/api/reference/rest/v1/users.history> mod types; #[doc(inline)] pub use types::*; pub mod list;