Skip to content

Releases: axllent/mailpit

v1.3.1

07 Dec 21:29
Compare
Choose a tag to compare

Bugfix

  • Append trailing slash to custom webroot for UI & API

Libs

  • Upgrade esbuild & axios

UI

  • Rename "results" to "result" when singular message returned

v1.3.0

22 Nov 09:25
Compare
Choose a tag to compare

Build

  • Remove duplicate bootstrap CSS

Libs

  • Update go modules
  • Update node modules

v1.2.9

18 Nov 00:27
Compare
Choose a tag to compare

Bugfix

  • Delay 200ms to set target="_blank" for all rendered email links

v1.2.8

13 Nov 04:31
Compare
Choose a tag to compare

Bugfix

  • Return empty arrays rather than null for message To, CC, BCC, Inlines & Attachments

Feature

  • Message tags and auto-tagging (see wiki)

v1.2.7

31 Oct 09:18
Compare
Choose a tag to compare

Feature

  • Allow custom webroot

v1.2.6

28 Oct 21:25
Compare
Choose a tag to compare

API

  • Provide structs of API v1 responses for use in client code

Libs

  • Update go modules
  • Update node modules

Releases

  • Use go.mod-compliant version tags (see #20)

1.2.5

15 Oct 23:07
Compare
Choose a tag to compare

UI

  • Broadcast "delete all" action to reload all connected clients
  • Load first page if paginated list returns 0 results
  • Theme changes
  • Bump build action to use node 18

1.2.4

14 Oct 20:02
Compare
Choose a tag to compare

Bugfix

  • Fix mail download link

1.2.3

14 Oct 04:32
Compare
Choose a tag to compare

API

  • Add limit and start parameters to search

UI

  • Prevent double message index request on websocket connect

1.2.2

13 Oct 00:20
Compare
Choose a tag to compare

API

  • Add API endpoint to return message headers

Libs

  • Update go modules

Testing

  • Add API test for raw & message headers

Releases