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

3
Cargo.lock generated
View File

@@ -2461,8 +2461,7 @@ dependencies = [
[[package]]
name = "imap-proto"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "305c25c6e69416059e3396c4a062b84dc7b0a782cd4c84d82bab268eb0421ec7"
source = "git+https://github.com/djc/tokio-imap.git?rev=01ff256a7e42a9f7d2732706f8b71a16ce93427e#01ff256a7e42a9f7d2732706f8b71a16ce93427e"
dependencies = [
"nom",
]