Commit graph

7 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
d8d69a363b
Idle builder (#202) 2021-05-26 21:55:42 -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
Todd Mortimer
4232c773b5 wait to wait_while 2021-04-08 19:50:20 -04:00
Todd Mortimer
7eb2cfde74 Use bool instead of CallbackAction. 2021-04-07 19:45:04 -04:00
Todd Mortimer
e8a7c918c0 Comment example where we turn on debugging. 2021-04-05 15:33:48 -04:00
Todd Mortimer
2874bfd933 Add IDLE example. 2021-03-28 15:27:39 -04:00