mattnenterprise / rust-pop3

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

Updated to native_tls, rustc 2021 edition, and created an example directory. #22

Open 641i130 opened 1 year ago

641i130 commented 1 year ago

I simply replaced a few bits of code swapping out the openssl bits to the native_tls alternative, addressing #16. I also moved the example to the example directory enabling the use of (addressing #13 ): cargo run --example gmail

Please confirm I did this right! I'll fix any issues with this as soon as possible.