Skip to content

Releases: axllent/mailpit

v1.21.8

20 Dec 03:50
Compare
Choose a tag to compare

Chore

  • Update node dependencies
  • Update Go dependencies

Fix

  • db: Remove unused FOREIGN KEY REFERENCES in message_tags table (#374)

v1.21.7

14 Dec 10:01
Compare
Choose a tag to compare

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

v1.21.6

08 Dec 00:06
Compare
Choose a tag to compare

Feature

  • Include Mailpit label (if set) in webhook HTTP header (#400)
  • Add support for sending inline attachments via HTTP API (#399)

Chore

  • Update caniemail database
  • Update node dependencies
  • Update Go dependencies

Fix

  • Message view not updating when deleting messages from search (#395)

v1.21.5

26 Nov 09:25
Compare
Choose a tag to compare

Chore

  • Make symlink detection more specific to contain "sendmail" in the name (#391)
  • Update caniemail database
  • Update node dependencies
  • Update Go dependencies

v1.21.4

17 Nov 04:57
Compare
Choose a tag to compare

Bugfix

  • Fix external CSS stylesheet loading in HTML preview (#388)

v1.21.3

16 Nov 02:29
Compare
Choose a tag to compare

Chore

  • Minor UI tweaks
  • Upgrade Alpine packages on Docker build
  • Mute Dart Sass deprecation notices
  • Update Go dependencies
  • Update node dependencies
  • Update Swagger documentation
  • API code restructure

v1.21.2

08 Nov 10:20
Compare
Choose a tag to compare

Feature

  • Add additional ignored flags to sendmail (#384)

Chore

  • Remove legacy Tags column from message DB table
  • Update Go dependencies
  • Update node dependencies

Fix

  • Fix browser notification request on Edge (#89)

v1.21.1

01 Nov 09:25
Compare
Choose a tag to compare

Feature

  • Add ability to search by size smaller or larger than a value (eg: larger:1M / smaller:2.5M)
  • Add ability to search for messages containing inline images (has:inline)

Chore

  • Separate attachments and inline images in download nav and badges (#379)
  • Update Go dependencies

v1.21.0

24 Oct 11:14
Compare
Choose a tag to compare

This release introduces a new experimental feature (see related issue) to use Unix domain sockets rather than network interfaces for SMTP & HTTP. Please note that the default behaviour of Mailpit (ie: listening on ports 1025 for SMTP and 8025 for HTTP) will not change! This new feature simply allows system administrators managing larger scale hosting to bind their proxies to Unix domain sockets rather than having to find free ports on their servers.

Feature

  • Experimental Unix socket support for HTTPD & SMTPD (#373)

Fix

  • Allow multiple item selection on macOS with Cmd-click (#378)

v1.20.7

19 Oct 10:44
Compare
Choose a tag to compare

Chore

  • Update caniemail database

Fix

  • SQL error deleting a tag while using tenant-id (#374)

Testing

  • Add tests for tenant-id