bump email-lib, update changelog

This commit is contained in:
Clément DOUIN 2024-03-10 10:37:50 +01:00
parent c1ffc40bd3
commit c56a5f285b
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 8 additions and 4 deletions

View file

@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Fixed ### Added
- Fixed watch IMAP envelopes when folder was empty [#179]. - Added systemd service in `assets/` folder.
### Changed ### Changed
- Changed the `envelope list` options: - Changed the `envelope list` options (see `envelope list --help` for more details):
- the folder argument became a flag `--folder <name>` - the folder argument became a flag `--folder <name>`
- the query argument has been added at the end of the command to filter and sort results (only filter and IMAP for now) - the query argument has been added at the end of the command to filter and sort results (only filter and IMAP for now)
### Fixed
- Fixed watch IMAP envelopes when folder was empty [#179].
## [1.0.0-beta.3] - 2024-02-25 ## [1.0.0-beta.3] - 2024-02-25
### Added ### Added

2
Cargo.lock generated
View file

@ -1218,7 +1218,7 @@ dependencies = [
[[package]] [[package]]
name = "email-lib" name = "email-lib"
version = "0.22.3" version = "0.22.3"
source = "git+https://git.sr.ht/~soywod/pimalaya#2ddfe15f9b10e8e53ab9b04db465abc58c68b67e" source = "git+https://git.sr.ht/~soywod/pimalaya#636501d849b516a7ded6c6e427eca3ad22e76317"
dependencies = [ dependencies = [
"advisory-lock", "advisory-lock",
"anyhow", "anyhow",