Skip to content

Releases: axllent/mailpit

v1.11.0

14 Dec 03:28
Compare
Choose a tag to compare

In order to allow easier testing in some environments, this release adds the option of requesting the latest message from some API calls (eg: /api/v1/message/latest) to return the latest message summary without knowing the database ID first. This "latest" is also available for headers, raw message and HTML & link check API calls. More information can be found in the API documentation.

It also adds an option to change/set the default 100-recipient limit for incoming messages.

API

  • Allow ID "latest" for message summary, headers, raw version & HTML/link checks

Feature

  • Add configuration option to set maximum SMTP recipients (#205)

Libs

  • Update node modules
  • Update Go modules

v1.10.4

07 Dec 04:20
Compare
Choose a tag to compare

This is a very minor update to remove some JavaScript debug information for the favicon functionality, and replaces v1.10.3. The original changelog is as follows:

[v1.10.3]

Chore

  • Update caniemail library & add hr element test

Feature

  • Add @ as valid character for webroot (#215)

Fix

  • New favicon notification badge to fix rendering issues (#210)

Libs

  • Update node modules
  • Update Go modules

v1.10.3

07 Dec 03:48
Compare
Choose a tag to compare

Chore

  • Update caniemail library & add hr element test

Feature

  • Add @ as valid character for webroot (#215)

Fix

  • New favicon notification badge to fix rendering issues (#210)

Libs

  • Update node modules
  • Update Go modules

v1.10.2

01 Dec 02:37
Compare
Choose a tag to compare

Chore

  • Add favicon fallback font (sans-serif) for unread count (#210)
  • Clearer log messages for bound SMTP & HTTP addresses (#211)

Feature

  • Allow port binding using hostname (#213)

UI

  • Enable tag colors by default

Libs

  • Update node modules
  • Update Go modules

v1.10.1

19 Nov 02:15
Compare
Choose a tag to compare

Chore

  • Use NextReader() instead of ReadMessage() for websocket reading (#207)

Fix

  • Prevent JavaScript error if message is missing From header (#209)

Libs

  • Update node modules
  • Update Go modules

Swagger

  • Revert BinaryResponse type to string

v1.10.0

11 Nov 11:01
Compare
Choose a tag to compare

Feature

  • Support search query params to /view/latest endpoints (#206)
  • Option to allow untrusted HTTPS certificates for screenshots & link checking (#204)
  • Add URL redirect (/view/latest) to view latest message in web UI (#166)

Fix

  • Correctly close websockets on client disconnect (#207)

Libs

  • Update node modules
  • Update Go modules

v1.9.10

31 Oct 03:53
Compare
Choose a tag to compare

Fix

  • Correctly display "About" modal when update check fails (resolves #199)
  • Fix UI column width in search view

Docs

  • Update documentation links

Libs

  • Update node modules
  • Update Go modules
  • Update caniemail test data

v1.9.9

20 Oct 10:35
Compare
Choose a tag to compare

Feature

  • Call optional webhook for received messages (#195)
  • Reset message date on release (#194)

Chore

  • Move html2text module to internal/html2text

Libs

  • update node modules
  • Update Go modules

v1.9.8

16 Oct 08:19
Compare
Choose a tag to compare

Chore

  • Replace satori/go.uuid with github.com/google/uuid (#190)
  • Replace html2text modules with simplified internal function

Libs

  • Update node modules
  • Update Go modules

Swagger

  • Update swagger documentation

Tests

  • Add test to validate swagger.json
  • Add html2text tests

v1.9.7

13 Oct 10:22
Compare
Choose a tag to compare

Fix

  • Enable delete button when new messages arrive

Libs

  • Update node modules
  • Update Go modules