mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
make imap env list fetch in chunks
This commit is contained in:
parent
0ccee5082a
commit
444efc6beb
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1235,7 +1235,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "email-lib"
|
||||
version = "0.25.0"
|
||||
source = "git+https://git.sr.ht/~soywod/pimalaya#0a0921f5e5888ae64951a42b989d3dfad997a68b"
|
||||
source = "git+https://git.sr.ht/~soywod/pimalaya#c3e3100562bd245a6a8feaf20372630837fcbb38"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
|
@ -2198,9 +2198,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "imap-client"
|
||||
version = "0.1.2"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a7f4daa800d27626983116fb9aa8eb09d4fecbd45676490a3734a3c19b6139cb"
|
||||
checksum = "08221b996310a500ceea28104e4d081531dc4be58e427f01393c777c4352fa93"
|
||||
dependencies = [
|
||||
"imap-next",
|
||||
"once_cell",
|
||||
|
|
Loading…
Reference in a new issue