mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 23:36:30 +03:00
feat(smtp): update to use async-smtp based timeouts
This commit is contained in:
committed by
Alexander Krotov
parent
c1ba5a30c5
commit
2398454838
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user