1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-13 20:04:49 +02:00

Release v1.18.6

This commit is contained in:
Ralph Slooten
2024-06-19 16:25:12 +12:00
parent 1529e424f8
commit a4b081f9b9

View File

@@ -2,6 +2,20 @@
Notable changes to Mailpit will be documented in this file.
## [v1.18.6]
### Chore
- Update caniemail database
- Update node dependencies
- Update Go dependencies
- Delete multiple POP3 messages in single action
- Handle POP3 RSET command
### Fix
- POP3 end of file reached error ([#315](https://github.com/axllent/mailpit/issues/315))
- POP3 size output to show compatible sizes ([#312](https://github.com/axllent/mailpit/issues/312))
## [v1.18.5]
### Chore