This release introduces three new features:
- A new API endpoint to send messages to Mailpit via HTTP (thanks to @ryan0x44 for creating a proof of concept and feedback).
- Search filter support for auto-tagging messages, as well as the ability to set a yaml file for auto-tagging instead of (or in addition to) setting them via a string in the CLI flag or environment variables.
- A new search filter
addressed:
to include any messages From, To, Cc, Bcc & Reply-To.
Feature
- API endpoint for sending (#278)
- Set tagging filters via a config file
- Search filter support for auto-tagging
- New search filter prefix
addressed:
includes From, To, Cc, Bcc & Reply-To
Chore
- Update node dependencies
- Update Go dependencies
- Update go-release-action
- JSON key case-consistency for posted API data (backwards-compatible)
- Remove function duplication - use common tools.InArray()
- Improve tag sorting in web UI, ignore casing
- Replace moment JS library with dayjs
- Auto-update relative received message times