Skip to content

Releases: axllent/mailpit

v1.6.1

21 Apr 05:51
Compare
Choose a tag to compare

Bugfix

  • Add API release route again (bad merge)

v1.6.0

21 Apr 02:25
Compare
Choose a tag to compare

This is a large update that brings the "release" functionality to Mailpit, allowing one to relay a message via a separate pre-configured SMTP server.

API

  • Enable cross-origin resource sharing (CORS) configuration (#91)
  • Message relay / release (#29)
  • Include Return-Path in message summary data

Feature

  • Inject/update Bcc header for missing addresses when SMTP recipients do not match message headers

Libs

  • Update Go modules
  • Update node modules

UI

  • Display Return-Path if different to the From address
  • Message release functionality (#29)

v1.5.5

12 Apr 05:07
Compare
Choose a tag to compare

Docker

  • Add Docker image tag for major/minor version

Feature

  • Update listen regex to allow IPv6 addresses (#85)

v1.5.4

03 Apr 06:48
Compare
Choose a tag to compare

Feature

  • Mobile and tablet HTML preview toggle in desktop mode

v1.5.3

01 Apr 09:39
Compare
Choose a tag to compare

Bugfix

  • Enable SMTP auth flags to be set via env

v1.5.2

01 Apr 04:08
Compare
Choose a tag to compare

API

  • Include Reply-To in message summary (including Web UI)

UI

  • Tab to view formatted message headers

v1.5.1

31 Mar 09:47
Compare
Choose a tag to compare

Feature

  • Add 'o', 'b' & 's' ignored flags for sendmail

Libs

  • Update Go modules
  • Update node modules

v1.5.0

31 Mar 05:53
Compare
Choose a tag to compare

API

  • Built-in OpenAPI / Swagger documentation (see http://0.0.0.0:8025/api/v1/)

Bugfix

  • Fix JavaScript error when adding the first tag manually

Feature

  • Download raw message, HTML/text body parts or attachments via single button

v1.4.0

12 Mar 02:09
Compare
Choose a tag to compare

API

  • Return received datetime when message does not contain a date header

Feature

  • Rename SSL to TLS, add deprecation warnings to flags & ENV variables referring to SSL
  • Options to support auth without STARTTLS, and accept any login (see #56)
  • Option to use message dates as received dates (new messages only)

v1.3.11

10 Mar 01:57
Compare
Choose a tag to compare

Docker

  • Expose default ports (1025/tcp 8025/tcp)

Feature

  • Expand custom webroot path to include a-z A-Z 0-9 _ . - and /