fix: improve imap connection establishment

- fixes blocking on start_io
- attempts to connect to the imap on all tasks when needed
This commit is contained in:
dignifiedquire
2020-06-08 14:32:04 +02:00
parent 52e74c241f
commit 4a3825c302
4 changed files with 359 additions and 156 deletions

View File

@@ -98,5 +98,3 @@ repl = ["internals", "rustyline", "log", "pretty_env_logger", "ansi_term"]
vendored = ["async-native-tls/vendored", "async-smtp/native-tls-vendored"]
nightly = ["pgp/nightly"]
[patch.crates-io]
smol = { git = "https://github.com/dignifiedquire/smol-1", branch = "isolate-nix" }