feat(smtp): update to use async-smtp based timeouts

This commit is contained in:
dignifiedquire
2019-12-16 21:12:01 +01:00
committed by Alexander Krotov
parent c1ba5a30c5
commit 2398454838
4 changed files with 46 additions and 43 deletions

View File

@@ -17,7 +17,7 @@ smallvec = "1.0.0"
reqwest = { version = "0.9.15" }
num-derive = "0.3.0"
num-traits = "0.2.6"
async-smtp = { git = "https://github.com/async-email/async-smtp", branch = "master" }
async-smtp = { git = "https://github.com/async-email/async-smtp" }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "native_tls" }