rust-imap/tests
Bryce Fisher-Fleig 29fece1221 (security) Remove connect_insecure
In order to discourage folks from connecting securely, we're removing the
convenience method imap::connect_insecure.

Fear not\! For those who manage security in another way (aka a private network
or similar measures), it is still possible to connect without TLS by using the
imap::Client::new() method. See that method for examples of how to do this.
2019-09-24 08:13:17 -07:00
..
imap_integration.rs (security) Remove connect_insecure 2019-09-24 08:13:17 -07:00