Skip to content

Commit

Permalink
Release v1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Dec 14, 2024
1 parent e01a0f8 commit 9d205cf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

Notable changes to Mailpit will be documented in this file.

## [v1.21.7]

### Chore
- Update node dependencies
- Update Go dependencies
- Bump Go version for automated testing
- Move smtpd & pop3 modules to internal
- Stricter SMTP 'MAIL FROM' & 'RCPT TO' handling ([#409](https://github.com/axllent/mailpit/issues/409))
- Display "To" details in mobile messages list
- Display "From" details in message sidebar (desktop) ([#403](https://github.com/axllent/mailpit/issues/403))

### Fix
- Ignore unsupported optional SMTP 'MAIL FROM' parameters ([#407](https://github.com/axllent/mailpit/issues/407))
- Prevent splitting multi-byte characters in message snippets ([#404](https://github.com/axllent/mailpit/issues/404))

### Testing
- Add smtpd tests


## [v1.21.6]

### Feature
Expand Down

0 comments on commit 9d205cf

Please sign in to comment.