Skip to content

Commit e1189c2

Browse files
committed
Allow undiscovered UIDs to be used in IMAP COPY/MOVE operations (closes #1201).
1 parent 1e56161 commit e1189c2

22 files changed

Lines changed: 51 additions & 40 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.11.8] - 2025-04-30
6+
7+
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
- Allow undiscovered UIDs to be used in `COPY`/`MOVE` operations (#1201).
15+
516
## [0.11.7] - 2025-03-23
617

718
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Stalwart Labs Ltd. <hello@stalw.art>"]
55
license = "AGPL-3.0-only OR LicenseRef-SEL"
66
repository = "https://github.com/stalwartlabs/cli"
77
homepage = "https://github.com/stalwartlabs/cli"
8-
version = "0.11.7"
8+
version = "0.11.8"
99
edition = "2024"
1010
readme = "README.md"
1111
resolver = "2"

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "common"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition = "2024"
55
resolver = "2"
66

crates/directory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "directory"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition = "2024"
55
resolver = "2"
66

crates/email/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "email"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition = "2024"
55
resolver = "2"
66

crates/imap-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imap_proto"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition = "2024"
55
resolver = "2"
66

crates/imap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imap"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition = "2024"
55
resolver = "2"
66

crates/jmap-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jmap_proto"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition = "2024"
55
resolver = "2"
66

crates/jmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jmap"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition = "2024"
55
resolver = "2"
66

0 commit comments

Comments
 (0)