File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Notable changes to Mailpit will be documented in this file.
44
5- ## [ v1.28.4]
5+ ## [ v1.29.0]
6+
7+ ### Feature
8+ - Include message attachment checksums (MD5, SHA1 & SHA254) in API message summary
9+ - Option to display/hide attachment information in message view in web UI including checksums, content type & disposition
610
711### Chore
812- Increase allowed SMTP email address length to 1024 chars & return clearer SMTP responses for failures ([ #620 ] ( https://github.com/axllent/mailpit/issues/620 ) )
913- Update Go dependencies
1014- Update node dependencies
15+ - Add support for multi-origin CORS settings and apply to events websocket ([ #630 ] ( https://github.com/axllent/mailpit/issues/630 ) )
16+ - Add support for webhook delay ([ #627 ] ( https://github.com/axllent/mailpit/issues/627 ) )
17+ - Update Go dependencies
18+ - Update node dependencies
1119
1220### Fix
1321- Ensure SMTP HELO/EHLO command is issued before MAIL FROM as per RFC 5321 ([ #621 ] ( https://github.com/axllent/mailpit/issues/621 ) )
1422- Prevent nested MAIL command during an active SMTP transaction ([ #623 ] ( https://github.com/axllent/mailpit/issues/623 ) )
1523- Avoid error on image type assertion in thumbnail generation
1624
25+ ### Test
26+ - Add CORS tests
27+ - Add message summary attachment checksum tests
28+
1729
1830## [ v1.28.3]
1931
You can’t perform that action at this time.
0 commit comments