1
0
mirror of https://github.com/axllent/mailpit.git synced 2024-12-28 23:06:43 +02:00

Release v1.4.0

This commit is contained in:
Ralph Slooten 2023-03-12 15:08:17 +13:00
parent b6e1b68c90
commit ab0c91545a

View File

@ -2,6 +2,17 @@
Notable changes to Mailpit will be documented in this file.
## [v1.4.0]
### API
- Return received datetime when message does not contain a date header
### Feature
- Rename SSL to TLS, add deprecation warnings to flags & ENV variables referring to SSL
- Options to support auth without STARTTLS, and accept any login
- Option to use message dates as received dates (new messages only)
## [v1.3.11]
### Docker