implement idle again

This commit is contained in:
dignifiedquire
2019-11-10 15:51:36 +01:00
parent 9044b80b9f
commit ad118aa0df
3 changed files with 222 additions and 163 deletions

View File

@@ -20,7 +20,6 @@ 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 = "master" }
async-imap = { git = "https://github.com/dignifiedquire/async-imap", branch = "master" }
async-tls = { git = "https://github.com/async-rs/async-tls", branch = "master" }
async-std = { git = "https://github.com/async-rs/async-std", branch = "master", features = ["unstable"] }
@@ -52,6 +51,7 @@ bitflags = "1.1.0"
jetscii = "0.4.4"
debug_stub_derive = "0.3.0"
sanitize-filename = "0.2.1"
stop-token = { git = "https://github.com/async-rs/stop-token" }
[dev-dependencies]
tempfile = "3.0"