mattnenterprise / rust-pop3

POP3 client for Rust
MIT License
31 stars 13 forks source link

Changed OpenSSL to Rustls dependency. Fixed login bug #19

Closed jeprojects closed 3 years ago

jeprojects commented 5 years ago

If interested, here is a pull request which uses the rustls crate instead of OpenSSL.

Also I have updated the other dependancies to the latest.

mattnenterprise commented 3 years ago

Thank you for the work you put into this pull request. For now I think I'm going to keep using openssl or maybe switch to native-tls for TLS/SSL support for this library. I have made the dependency updates and fixed the login error bug on master.