Skip to main content

Module client

Module client 

Source
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§

GmailClientStd
Standard, blocking Gmail client.
GmailClientStdConnectOptions
Optional settings for GmailClientStd::connect; every field has a default (the TLS backend default, and me as the mailbox owner).

Enums§

GmailClientStdError
Errors that can occur on the std client.

Traits§

GmailStream
Boxable client stream: Read + Write + Send plus Any so callers can downcast back to the concrete stream type.