1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-02-07 13:31:56 +02:00

Merge tag '0.1.2' into develop

Release 0.1.2
This commit is contained in:
Ralph Slooten 2022-08-07 01:08:03 +12:00
commit 9fc5318e86

View File

@ -3,6 +3,17 @@
Notable changes to Mailpit will be documented in this file.
## 0.1.2
### Feature
- Optional browser notifications (HTTPS only)
### Security
- Don't allow tar files containing a ".."
- Sanitize mailbox names
- Use strconv.Atoi() for safe string to int conversions
## 0.1.1
### Bugfix