Skip to content

Commit

Permalink
refactor(envelope): add trace log to debug imap sequence set
Browse files Browse the repository at this point in the history
Refs: <#518>
  • Loading branch information
soywod committed Jan 10, 2025
1 parent 50b8d36 commit e3cbbbc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

## [1.0.0] - 2024-12-09

Expand Down Expand Up @@ -956,5 +956,6 @@ Few major concepts changed:
[#518]: https://github.com/pimalaya/himalaya/issues/518
[#522]: https://github.com/pimalaya/himalaya/issues/522
[#523]: https://github.com/pimalaya/himalaya/issues/523
[#535]: https://github.com/pimalaya/himalaya/issues/535
[#536]: https://github.com/pimalaya/himalaya/issues/536
[core#10]: https://github.com/pimalaya/core/issues/10
19 changes: 9 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ uuid = { version = "0.8", features = ["v4"] }

[patch.crates-io]
email-lib.git = "https://github.com/pimalaya/core"
imap-client.git = "https://github.com/pimalaya/imap-client"
keyring-lib.git = "https://github.com/pimalaya/core"
mml-lib.git = "https://github.com/pimalaya/core"
oauth-lib.git = "https://github.com/pimalaya/core"
Expand Down

0 comments on commit e3cbbbc

Please sign in to comment.