1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-11 14:59:57 +02:00

Release v1.5.0

This commit is contained in:
Ralph Slooten 2023-03-31 18:48:29 +13:00
parent 5350e2eb08
commit 62cf75f8fb

View File

@ -2,6 +2,22 @@
Notable changes to Mailpit will be documented in this file.
## [v1.5.0]
### API
- Return received datetime when message does not contain a date header
### Bugfix
- Fix JavaScript error when adding the first tag manually
### Feature
- OpenAPI / Swagger schema
- Download raw message, HTML/text body parts or attachments via single button
- 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.4.0]
### API