aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-09 01:28:04 +0000
committerAKP <abi@tdpain.net>2025-02-09 01:29:09 +0000
commit1ac249268241a2eabf932e0072a62439552dd601 (patch)
treebf8761bb35fed56cd31e1b998830602a44536778 /CHANGELOG.md
parent948108217c2de8c233147dab8023f1548e8c2651 (diff)
Fixup email settings
Adds support for switching between STARTTLS, TLS and no TLS. Adds support for not specifying a username and password. Fixes #5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6045877..9fc2689 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## Unreleased
### Changed
* Make including contact information in the user agent optional
+* Support selecting a TLS mode for email (STARTTLS, TLS or none)
+* Support not using a username/password for email authentication
## 0.3.8 - 2025-01-18
### Fixed