update links / use deltachat/rust-imap master branch

This commit is contained in:
holger krekel
2019-10-29 23:33:37 +01:00
parent 501a6eee69
commit 36510d8451
2 changed files with 52 additions and 52 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/deltachat/rust-imap", branch = "fix-imap-hang1" }
imap = { git = "https://github.com/deltachat/rust-imap", branch = "master" }
base64 = "0.10"
charset = "0.1"
percent-encoding = "2.0"