v0.10.7

stalwartlabs/stalwartv0.10.7Dec 4, 2024by mdecimus

AI Summary

Adds troubleshooting tools, Azure blob storage support, and fixes various bugs including UTF8 support in IMAP and account alias handling.

Key Highlights

  • Delivery and DMARC Troubleshooting
  • Azure blob storage support
  • Fix mails stuck in junk folder
  • UTF8 support in IMAP4rev1

New Features

  • Delivery and DMARC Troubleshooting
  • Support for external email addresses on mailing lists
  • Azure blob storage support

Full Release Notes

## [0.10.7] - 2024-12-04

To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.

### Added
- Delivery and DMARC Troubleshooting (#420).
- Support for external email addresses on mailing lists (#152).
- Azure blob storage support.

### Changed

### Fixed
- Some mails can't be moved out of the junk folder (#670).
- Out of bound index error on Sieve script (#941).
- Missing `User-Agent` header for ACME (#937).
- UTF8 support in IMAP4rev1 (#948).
- Account alias owner leak on autodiscover.
- Include all events in OTEL traces + Include spanId in webhooks.
- Implement `todo!()` causing panic on concurrency and rate limits.
- Mark SQL store as active if used as a telemetry store.
- Discard empty form submissions.