Skip to content

Commit e3cbbbc

Browse files
committed
refactor(envelope): add trace log to debug imap sequence set
Refs: <#518>
1 parent 50b8d36 commit e3cbbbc

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
- Fixed de/serialization issues of backends' `none` variant. [#523]
2323

24-
- Fixed list envelopes out of bound error when empty result. [#518]
24+
- Fixed list envelopes out of bound error when empty result. [#535]
2525

2626
## [1.0.0] - 2024-12-09
2727

@@ -956,5 +956,6 @@ Few major concepts changed:
956956
[#518]: https://github.com/pimalaya/himalaya/issues/518
957957
[#522]: https://github.com/pimalaya/himalaya/issues/522
958958
[#523]: https://github.com/pimalaya/himalaya/issues/523
959+
[#535]: https://github.com/pimalaya/himalaya/issues/535
959960
[#536]: https://github.com/pimalaya/himalaya/issues/536
960961
[core#10]: https://github.com/pimalaya/core/issues/10

Cargo.lock

+9-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ uuid = { version = "0.8", features = ["v4"] }
5858

5959
[patch.crates-io]
6060
email-lib.git = "https://github.com/pimalaya/core"
61+
imap-client.git = "https://github.com/pimalaya/imap-client"
6162
keyring-lib.git = "https://github.com/pimalaya/core"
6263
mml-lib.git = "https://github.com/pimalaya/core"
6364
oauth-lib.git = "https://github.com/pimalaya/core"

0 commit comments

Comments
 (0)