Commit graph

4 commits

Author SHA1 Message Date
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
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
Remy Vuong
1b38401878 Changed: description update, plus code formatting 2020-05-20 08:34:13 +02:00
Remy Vuong
e46b9dcfa1 Added: STARTTLS example 2020-05-19 18:24:08 +02:00