Type Definition panorama_imap::client::ClientBuilder[][src]

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.