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

Merge tag 'v1.26.1' into develop

Release v1.26.1
This commit is contained in:
Ralph Slooten
2025-06-14 17:30:10 +12:00

View File

@ -2,6 +2,25 @@
Notable changes to Mailpit will be documented in this file. Notable changes to Mailpit will be documented in this file.
## [v1.26.1]
### Feature
- Add relay config to preserve (keep) original Message-IDs when relaying messages ([#515](https://github.com/axllent/mailpit/issues/515))
### Chore
- Update Go dependencies
- Update node dependencies
- Update caniemail testing database
### Fix
- Add optional message_num argument in POP3 LIST command ([#518](https://github.com/axllent/mailpit/issues/518))
- Use float64 for returned SQL value types for rqlite compatibility ([#520](https://github.com/axllent/mailpit/issues/520))
### Test
- Add small delay in POP3 test after disconnection to allow for background deletion in rqlite
- Add automated tests using the rqlite database
## [v1.26.0] ## [v1.26.0]
### Feature ### Feature