mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
use async-smtp master where @link2xt's branch has been merged
This commit is contained in:
@@ -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/link2xt/async-smtp", branch = "native_tls" }
|
||||
async-smtp = { git = "https://github.com/async-email/async-smtp", branch = "master" }
|
||||
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
|
||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
|
||||
async-imap = { git = "https://github.com/async-email/async-imap", branch="native_tls", default-features = false, features = ["tls_native"] }
|
||||
|
||||
Reference in New Issue
Block a user