fix #694 by forking lettre and avoiding extra NOOP Smtp commands for connection checking.

If this works out and fixes our problem, we can submit upstream.
This commit is contained in:
holger krekel
2019-10-09 16:37:34 +02:00
parent de604e744e
commit 77a7efc920
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ reqwest = "0.9.15"
num-derive = "0.2.5"
num-traits = "0.2.6"
native-tls = "0.2.3"
lettre = "0.9.0"
lettre = { git = "https://github.com/deltachat/lettre" }
imap = { git = "https://github.com/jonhoo/rust-imap", rev = "281d2eb8ab50dc656ceff2ae749ca5045f334e15" }
base64 = "0.10"
charset = "0.1"