Skip to content

Releases: axllent/mailpit

1.2.0

07 Oct 06:56
Compare
Choose a tag to compare

Feature

Testing

  • Add API tests

UI

  • Changes to use new data API
  • Hide delete all / mark all read in message view

1.1.7

21 Sep 04:01
Compare
Choose a tag to compare

Fix

  • Normalize running binary name detection (Windows)

1.1.6

19 Sep 10:18
Compare
Choose a tag to compare

Fix

  • Workaround for Safari source matching bug blocking event listener

UI

  • Add documentation link (wiki)

1.1.5

16 Sep 11:28
Compare
Choose a tag to compare

Build

  • Switch to esbuild-sass-plugin

UI

  • Support for inline images using filenames instead of cid

1.1.4

15 Sep 09:55
Compare
Choose a tag to compare

Feature

  • Add --quiet flag to display only errors

Security

  • Add restrictive HTTP Content-Security-Policy

UI

  • Minor UI color change & unread count position adjustment
  • Add favicon unread message counter
  • Remove left & right borders (message list)

1.1.3

14 Sep 04:47
Compare
Choose a tag to compare

Fix: Update message download link

1.1.2

14 Sep 01:45
Compare
Choose a tag to compare

UI

  • Allow reverse proxy subdirectories

1.1.1

12 Sep 10:14
Compare
Choose a tag to compare

UI

  • Attachment icons and image thumbnails

1.1.0

09 Sep 12:02
Compare
Choose a tag to compare

UI

  • HTML source & highlighting
  • Add previous/next message links

Note: if you are upgrading from a < 1.0.0 release, please read

This release includes a major backend storage change (SQLite) that will render any previously-saved messages useless. Please delete old data to free up space. For more information see #10

1.0.0

03 Sep 07:22
Compare
Choose a tag to compare

BREAKING CHANGE

This release includes a major backend storage change (SQLite) that will render any previously-saved messages useless. Please delete old data to free up space. For more information see #10

Feature

  • Switch backend storage to use SQLite
  • Multiple message selection for group actions using shift/ctrl click
  • Search parser improvements

UI

  • Resize preview iframe on load
  • Post data using 'application/json'
  • Display unknown recipients as as Undisclosed recipients
  • Update frontend modules & esbuild