Releases: axllent/mailpit
Releases · axllent/mailpit
v1.22.3
Feature
- Add dump feature to export all stored messages to a local directory (#443)
Chore
- Specify Docker health check start period and interval (#439)
- Update Go & node dependencies
Fix
v1.22.2
Chore
- Replace http.FileServer with custom controller to correctly encode gzipped error responses for embed.FS
- Enable browser cache for embedded web UI assets
- Update Go dependencies
- Update node dependencies / esbuild
Fix
v1.22.1
v1.22.0
This release introduces two significant new features: Chaos and SMTP auto-forwarding.
Chaos (sometimes referred to as "Chaos Monkey") allows you to set SMTP error response codes at various stages in a SMTP transaction in order to test application resilience.
Feature
- Add Chaos functionality to test integration handling of SMTP error responses (#402, #110, #144 & #268)
- SMTP forwarding option (#414)
- Option to override the
From
email address in SMTP relay configuration (#414)
Chore
- Update node dependencies
- Update Go dependencies
Fix
- Update command
npm run update-caniemail
save path (#422) - Correct date formatting in TestMakeHeaders
v1.21.8
v1.21.7
Chore
- Display "To" details in mobile messages list
- Display "From" details in message sidebar (desktop) (#403)
- Stricter SMTP 'MAIL FROM' & 'RCPT TO' handling (#409)
- Move smtpd & pop3 modules to internal
- Bump Go version for automated testing
- Update Go dependencies
- Update node dependencies
Fix
- Prevent splitting multi-byte characters in message snippets (#404)
- Ignore unsupported optional SMTP 'MAIL FROM' parameters (#407)
Testing
- Add smtpd tests