Skip to content

Releases: axllent/mailpit

v1.8.1

06 Aug 05:08
Compare
Choose a tag to compare

Docs

  • Add pagination to swagger search documentation

Fix

  • Check/set message Reply-To using SMTP FROM
  • Exclude "sendmail" from recipients list when using mailpit sendmail <options>
  • Exclude <script type="application/json"> from HTML check tests

Libs

  • Update node modules
  • Update Go modules

v1.8.0

30 Jul 07:20
Compare
Choose a tag to compare

This release introduces a branch new feature: HTML check. Mailpit can now test the compatibility of your HTML email against various common platforms and email clients, including webmail! This feature is still in beta while further testing is done, and feedback is received. This feature can be globally disabled by using the --disable-html-check, or via the web UI.

Another important change is that support for remote CSS & fonts is now on by default. This can be disabled with --block-remote-css-and-fonts if you prefer.

Lastly, the web UI search (and tags) now support pagination. This may slow down searches of very large mailboxes, however most users probably will not notice, and finally have access to > 200 messages.

Docs

  • Update brew installation instructions

Feature

  • HTML check to test & score mail client compatibility with HTML emails

Fix

  • Add basePath to swagger.json if webroot is specified

Libs

  • Update node modules
  • Update Go modules

Swagger

  • Update swagger docs

UI

  • Add flag to block all access to remote CSS and fonts (CSP)
  • Remove <base /> tag if set in HTML preview
  • Pagination support for search, all results

v1.7.1

11 Jul 04:53
Compare
Choose a tag to compare

Libs

  • Update Go modules
  • Update node modules

UI

  • Wrap HTML source lines
  • Dark mode color adjustments
  • Update dark mode loading background color

v1.7.0

30 Jun 11:17
Compare
Choose a tag to compare

API

  • Ignore SMTP relay error when one of multiple recipients doesn't exist (#132)
  • Set raw message Content-Type to UTF-8

Build

  • Define Vue build options in esbuild

Libs

  • Update node modules
  • Update Go modules

UI

  • Theme toggler - auto, light and dark themes (#136 )

v1.6.22

26 Jun 05:32
Compare
Choose a tag to compare

Feature

  • Clearer SMTP error messages

Libs

  • Update Go modules
  • Upgrade node modules

v1.6.21

15 Jun 10:26
Compare
Choose a tag to compare

UI

  • More accurate clickable hyperlink logic in plain text messages

v1.6.20

15 Jun 05:35
Compare
Choose a tag to compare

Feature

  • Convert links into clickable hyperlinks in plain text message content

Libs

  • Update node modules

v1.6.19

14 Jun 21:52
Compare
Choose a tag to compare

Fix

  • Only display sendmail help when sendmail subcommand is invoked

v1.6.18

14 Jun 10:21
Compare
Choose a tag to compare

API

  • Sort tags before saving

UI

  • Add option to enable tag colors based on tag name hash
  • Display message tags below subject in message overview

v1.6.17

06 Jun 19:36
Compare
Choose a tag to compare

Fix

  • Add single dash arguments support to sendmail command (#123)