fix: allow IMAP servers not returning UIDNEXT on SELECT and STATUS

This commit is contained in:
link2xt
2023-11-26 23:02:23 +00:00
parent 85f8f910b9
commit 2ab29e5bfa
4 changed files with 28 additions and 23 deletions

View File

@@ -26,6 +26,9 @@ opt-level = "z"
codegen-units = 1
strip = true
[patch.crates-io]
imap-proto = { git = "https://github.com/djc/tokio-imap.git", rev = "01ff256a7e42a9f7d2732706f8b71a16ce93427e" }
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }
format-flowed = { path = "./format-flowed" }