Type Definition ClientBuilder
panorama_imap::client
type ClientBuilder = ClientConfigBuilder;
Struct used to start building the config for a client.
Call .build to build the config, then run .open to actually start opening the connection to the server.
.build
.open