First try

This commit is contained in:
Hocuri
2020-07-26 17:37:04 +02:00
committed by holger krekel
parent 81fab2d783
commit 60863c4f91
3 changed files with 11 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ smallvec = "1.0.0"
surf = { version = "2.0.0-alpha.4", default-features = false, features = ["h1-client"] }
num-derive = "0.3.0"
num-traits = "0.2.6"
async-smtp = { version = "0.3" }
async-smtp = { git = "https://github.com/async-email/async-smtp", branch = "smtptimeout" }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
async-imap = "0.3.1"