update to fixed rust-imap for yandex

This commit is contained in:
dignifiedquire
2019-10-16 14:13:21 +02:00
committed by holger krekel
parent 54f8c68151
commit 391ba67ad5
2 changed files with 4 additions and 4 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", branch = "master" }
imap = { git = "https://github.com/dignifiedquire/rust-imap", branch = "feat/expose-read-greeting" }
imap = { git = "https://github.com/dignifiedquire/rust-imap", branch = "fix/oauth-response" }
base64 = "0.10"
charset = "0.1"
percent-encoding = "2.0"