async-email / async-smtp

Apache License 2.0
60 stars 12 forks source link

Add support for rustls back #4

Closed dignifiedquire closed 1 year ago

jocutajar commented 4 years ago

I'd like to see or make this happen. I've used async-tls in Samotop and it was lovely. I had some issues getting async-native-tls to compile in my scenario. I'd suggest to make it the default even so people do not have to bother with extra non-rust dependencies just trying it out.

randomairborne commented 2 years ago

+1 to this, it would be useful to not depend on OS libraries

link2xt commented 1 year ago

Closing as #57 removed connection code out of the library. Now the user of the library creates a connection and can use any TLS library.