fix(smtp): use correct auth mechanisms

This commit is contained in:
dignifiedquire
2019-10-16 13:51:18 +02:00
committed by holger krekel
parent 076616bfb9
commit 4a2e1897a6
3 changed files with 19 additions and 9 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 = { git = "https://github.com/deltachat/lettre" }
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/multi-auth" }
imap = { git = "https://github.com/dignifiedquire/rust-imap", branch = "feat/expose-read-greeting" }
base64 = "0.10"
charset = "0.1"