Available on crate feature
client only.Expand description
Std-blocking Gmail client, gated behind the client feature.
Wraps a Read + Write stream plus the bearer credential and runs
the coroutines against gmail.googleapis.com.
Structs§
- Gmail
Client Std - Standard, blocking Gmail client.
- Gmail
Client StdConnect Options - Optional settings for
GmailClientStd::connect; every field has a default (the TLS backend default, andmeas the mailbox owner).
Enums§
- Gmail
Client StdError - Errors that can occur on the std client.
Traits§
- Gmail
Stream - Boxable client stream:
Read + Write + SendplusAnyso callers can downcast back to the concrete stream type.