Cargo Features
imap-client has no features set by default.
[dependencies]
imap-client = { version = "0.2.2", features = ["tokio-rustls", "tokio-native-tls", "vendored"] }
- tokio-rustls
-
TLS providers
Enables rip-starttls, rustls-platform-verifier ^0.4, and tokio-rustls
- tokio-native-tls
-
Enables rip-starttls and tokio-native-tls
- vendored
-
Vendored (mostly for OpenSSL)
Enables vendored of optional tokio-native-tls