Skip to content

Releases: axllent/mailpit

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

v1.20.6

14 Oct 04:44
Compare
Choose a tag to compare

Chore

  • Bump Go compile version to 1.23
  • Update Go dependencies
  • Update node dependencies
  • Update swagger file tests
  • Code cleanup

v1.20.5

26 Sep 15:21
Compare
Choose a tag to compare

Chore

  • Update node modules
  • Use consistent margins for Mailpit label if set
  • Improve tag detection in UI
  • Improve link detection in the HTML preview

Fix

  • Use correct parameter order in SpamAssassin socket detection (#364)

v1.20.4

05 Sep 05:33
Compare
Choose a tag to compare

Chore

  • Update Go modules
  • Update node modules
  • Upgrade vue-css-donut-chart & related charts

Fix

  • Relax URL detection in link check tool (#357)

v1.20.3

01 Sep 07:57
Compare
Choose a tag to compare

Chore

  • Update caniemail database
  • Update node dependencies
  • Update Go dependencies
  • Do not re-center selected messages in sidebar after every new message

Fix

  • Disable automatic HTML/Text character detection when charset is provided (#348)

v1.20.2

17 Aug 11:19
Compare
Choose a tag to compare

This release adds temporary web UI notifications for both SMTP & POP3 client errors to help alert you when there are issues. Also included is SMTP connection logging in the Mailpit logs (use --verbose to see all received & sent commands).

Feature

  • Web UI notifications of smtpd & POP3 errors (#347)

Chore

  • Update Go dependencies
  • Update node dependencies
  • Add debug database storage logging
  • Add smtpd server logging in the CLI (#347)

v1.20.1

10 Aug 00:08
Compare
Choose a tag to compare

Chore

  • Show icon attachment in new side navigation message listing (#345)
  • Live load up to 100 new messages in sidebar (#336)
  • Shift inbox pagination to inbox component

Fix

  • Correctly decode X-Tags message headers (RFC 2047) (#344)