seems to work

This commit is contained in:
holger krekel
2019-10-24 17:46:15 +02:00
parent b722da642a
commit 1d03e0822e
3 changed files with 62 additions and 25 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/jonhoo/rust-imap", branch = "master" }
imap = { git = "https://github.com/deltachat/rust-imap", branch = "fix-imap-hang1" }
base64 = "0.10"
charset = "0.1"
percent-encoding = "2.0"