rust-imap/src
Jon Gjengset e71fd87417 Update msrv
Avoid Arc::into_inner since it requires 1.70
2024-03-31 10:28:50 +02: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 Fix up doc links 2024-03-31 10:03:15 +02:00
authenticator.rs A significant documentation upgrade 2018-11-21 16:37:47 -05:00
client.rs Fix up doc links 2024-03-31 10:03:15 +02:00
client_builder.rs Update msrv 2024-03-31 10:28:50 +02: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 Fix up doc links 2024-03-31 10:03:15 +02: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 Remove unused imports 2024-03-31 09:51:17 +02:00
testing.rs Fix up doc links 2024-03-31 10:03:15 +02:00
utils.rs add iter_join helper method to more efficiently join string vecs 2022-09-26 12:25:06 -04:00