Jon Gjengset
e71fd87417
Update msrv
...
Avoid Arc::into_inner since it requires 1.70
2024-03-31 10:28:50 +02:00
Jon Gjengset
d57d259288
bump rustls-connector
2024-03-31 10:18:39 +02:00
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
Jon Gjengset
26d89aebe1
Read greeting if TLS but no STARTTLS
2022-08-10 18:43:38 -07:00
mordak
b7a2641725
Change "tls" feature to "native-tls" ( #201 )
...
Change "tls" feature to "native-tls" for clarity and obvious distinction with rustls-tls.
2021-05-24 21:46:49 -04:00
mordak
7204697dd9
Add ClientBuilder helper to make setting up TLS connections easy. ( #197 )
...
Also replaces connect() and connect_starttls() with ClientBuilder.
2021-05-10 22:39:46 -04:00