rust-imap/tests
Edward Rudd bb39460491 Change the client builder so that it abstracts away connecting to TLS or non-TLS connections and what TLS provider is used.
- this allows a more transparent and versatile usage of the library as one can simply compile it as-is and then use the builder to configure where we connect and how we connect without having to be concerned about what type is used for the imap::Client / imap::Session
2023-10-05 17:32:58 -04:00
..
builder_integration.rs Change the client builder so that it abstracts away connecting to TLS or non-TLS connections and what TLS provider is used. 2023-10-05 17:32:58 -04:00
imap_integration.rs Change the client builder so that it abstracts away connecting to TLS or non-TLS connections and what TLS provider is used. 2023-10-05 17:32:58 -04:00