Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 8d9cbde

Browse files
committed
v0.3.4
1 parent 86c3355 commit 8d9cbde

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3.4] - 2023-08-09
6+
7+
## Added
8+
- JMAP: Support for setting custom HTTP response headers (#52)
9+
10+
### Changed
11+
12+
### Fixed
13+
- JMAP/IMAP: Successful authentication requests should not count when rate limiting
14+
- IMAP: Case insensitive Inbox selection
15+
- IMAP: Automatically create Inbox for group accounts
16+
517
## [0.3.3] - 2023-08-02
618

719
### Added

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://stalw.art/jmap"
77
keywords = ["jmap", "email", "mail", "server"]
88
categories = ["email"]
99
license = "AGPL-3.0-only"
10-
version = "0.3.3"
10+
version = "0.3.4"
1111
edition = "2021"
1212
resolver = "2"
1313

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ COPY main/resources/docker/entrypoint.sh /usr/local/bin/entrypoint.sh
77

88
RUN sed -i -e 's/__C__/jmap/g' /usr/local/bin/configure.sh && \
99
sed -i -e 's/__R__/jmap-server/g' /usr/local/bin/configure.sh && \
10-
sed -i -e 's/__N__/jmap-sqlite/g' /usr/local/bin/configure.sh
10+
sed -i -e 's/__N__/jmap-sqlite/g' /usr/local/bin/configure.sh && \
11+
sed -i -e 's/__B__/stalwart-jmap/g' /usr/local/bin/entrypoint.sh
1112

1213
RUN chmod a+rx /usr/local/bin/*.sh
1314

main

Submodule main updated from fe2e407 to 32a50ec

0 commit comments

Comments
 (0)