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

Commit bd16bba

Browse files
committedAug 2, 2023
v0.3.3
1 parent 8a2317e commit bd16bba

File tree

5 files changed

+718
-84
lines changed

5 files changed

+718
-84
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.3] - 2023-08-02
6+
7+
### Added
8+
- Support for referencing context variables from dynamic values.
9+
10+
### Changed
11+
12+
### Fixed
13+
- Support for PKCS8v1 ED25519 keys (#20).
14+
515
## [0.3.2] - 2023-07-28
616

717
### Added

‎Cargo.lock

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

‎Cargo.toml

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

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![](https://img.shields.io/discord/923615863037390889?label=Chat)](https://discord.gg/jtgtCNj66U)
66
[![](https://img.shields.io/twitter/follow/stalwartlabs)](https://twitter.com/stalwartlabs)
77
[![](https://img.shields.io/mastodon/follow/109929667531941122)](https://mastodon.social/@stalwartlabs)
8-
[![](https://img.shields.io/badge/Follow-%40stalwartlabs-8A2BE2)](https://www.threads.net/@stalwartlabs)
98

109
**Stalwart SMTP** is a modern SMTP server developed in Rust with a focus on security, speed, and extensive configurability.
1110
It features built-in DMARC, DKIM, SPF and ARC support for message authentication, strong transport security through DANE, MTA-STS and SMTP TLS reporting, and offers great flexibility and customization thanks to its dynamic configuration rules and native support for Sieve scripts.

‎main

Submodule main updated 96 files

0 commit comments

Comments
 (0)
This repository has been archived.