Skip to content

Releases: axllent/mailpit

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)

v1.6.16

03 Jun 05:20
Compare
Choose a tag to compare

Feature

  • Add sendmail -bs functionality.
    Symfony's mailer uses sendmail -bs by default. This allows sendmail to connect directly to the SMTP server to handle the payload correctly.

Bugfix

  • Fix sendmail/startup panic

v1.6.15

02 Jun 23:08
Compare
Choose a tag to compare

Feature

  • Add sendmail -bs functionality.
    Symfony's mailer uses sendmail -bs by default. This allows sendmail to connect directly to the SMTP server to handle the payload correctly.

Note: Binaries deleted due to startup panic fixed in next release.

v1.6.14

02 Jun 05:22
Compare
Choose a tag to compare

Feature

  • Add ability to delete or mark search results read
  • Set tags via X-Tags message header

Libs

  • Update node modules

v1.6.13

30 May 08:43
Compare
Choose a tag to compare

Feature

  • Add SMTP LOGIN authentication method for message relay