Closed dignifiedquire closed 2 years ago
So how are we going to use async-smtp in delta chat now? We use socks5 there.
So how are we going to use async-smtp in delta chat now? We use socks5 there.
I am working on switching DC to tokio
So how are we going to use async-smtp in delta chat now? We use socks5 there.
I am working on switching DC to tokio
Why? Not against it, just don't know what's the difference and first time I hear you are working on it. Seems most libraries (sqlx, async-native-tls) support multiple runtimes now.
fast-socks5 PR for reference: https://github.com/dizda/fast-socks5/pull/9
Allows configuration of either tokio or async-std. Drops support for
socks5
withasync-std
, as the underlying libraryfast-socks5
has done so in the latest release.Closes #13