1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-04-13 11:50:32 +02:00

Release 0.1.2

This commit is contained in:
Ralph Slooten 2022-08-07 01:07:58 +12:00
parent 39132723db
commit cf8994ceaf

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