rust-imap/src
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
..
extensions 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
types 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
authenticator.rs A significant documentation upgrade 2018-11-21 16:37:47 -05:00
client.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
client_builder.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
conn.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
error.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
lib.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
mock_stream.rs rustfmt 2018-04-03 13:01:35 -04:00
parse.rs fixup! adjust parse_until_done to return an Option so it is more versatile 2022-10-25 15:26:57 -04:00
testing.rs Add testing module that exposes parse methods (#262) 2023-08-25 18:47:03 +02:00
utils.rs add iter_join helper method to more efficiently join string vecs 2022-09-26 12:25:06 -04:00