fix(imap): read server greeting

This commit is contained in:
dignifiedquire
2019-10-16 13:26:16 +02:00
committed by holger krekel
parent a9dd78f622
commit 076616bfb9
3 changed files with 133 additions and 113 deletions

View File

@@ -20,7 +20,7 @@ num-derive = "0.2.5"
num-traits = "0.2.6"
native-tls = "0.2.3"
lettre = { git = "https://github.com/deltachat/lettre" }
imap = { git = "https://github.com/jonhoo/rust-imap", rev = "281d2eb8ab50dc656ceff2ae749ca5045f334e15" }
imap = { git = "https://github.com/dignifiedquire/rust-imap", branch = "feat/expose-read-greeting" }
base64 = "0.10"
charset = "0.1"
percent-encoding = "2.0"