Skip to content

Commit 4d93f98

Browse files
committed
Use local async-imap
1 parent 68e2163 commit 4d93f98

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

Cargo.lock

Lines changed: 23 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ratelimit = { path = "./deltachat-ratelimit" }
4141
anyhow = { workspace = true }
4242
async-broadcast = "0.7.1"
4343
async-channel = { workspace = true }
44-
async-imap = { git = "https://github.com/async-email/async-imap.git", default-features = false, features = ["runtime-tokio", "compress"], branch = "link2xt/imap-compress" }
44+
async-imap = { path = "../../async-email/async-imap", default-features = false, features = ["runtime-tokio", "compress"] }
4545
async-native-tls = { version = "0.5", default-features = false, features = ["runtime-tokio"] }
4646
async-smtp = { version = "0.9", default-features = false, features = ["runtime-tokio"] }
4747
async_zip = { version = "0.0.12", default-features = false, features = ["deflate", "fs"] }

0 commit comments

Comments
 (0)