Skip to content

Releases: axllent/mailpit

1.0.0-beta1

30 Aug 11:16
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

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

UI

  • Resize preview iframe on load

0.1.5

15 Aug 20:18
Compare
Choose a tag to compare

Feature

  • Improved message search - any order & phrase quoting

UI

  • Change breakpoints for mobile view of messages
  • Resize iframes with viewport resize

0.1.4

10 Aug 08:33
Compare
Choose a tag to compare

Feature

  • Email compression in storage

Testing

  • Enable testing on feature branches
  • Database total/unread statistics tests

UI

  • Mobile compatibility improvements & functionality

0.1.3

06 Aug 22:42
Compare
Choose a tag to compare

Feature

  • Mark all messages as read

UI

  • Better error handling when connection to server is broken
  • Add reset search button
  • Minor UI tweaks
  • Update pagination values when new mail arrives when not on first page

Pull Requests

  • Merge pull request #6 from KaptinLin/develop

0.1.2

06 Aug 13:08
Compare
Choose a tag to compare

Feature

  • Optional browser notifications (HTTPS only)

Security

  • Don't allow tar files containing a ".."
  • Sanitize mailbox names
  • Use strconv.Atoi() for safe string to int conversions

0.1.1

06 Aug 11:12
Compare
Choose a tag to compare

Bugfix

  • Fix env variable for MP_UI_SSL_KEY

0.1.0

06 Aug 08:04
Compare
Choose a tag to compare

Feature

  • SMTP STARTTLS & SMTP authentication support

0.0.9

05 Aug 12:12
Compare
Choose a tag to compare

Bugfix

  • Include read status in search results

Feature

  • HTTPS option for web UI

Testing

  • Memory & physical database tests

0.0.8

05 Aug 04:17
Compare
Choose a tag to compare

Bugfix

  • Fix total/unread count after failed message inserts

UI

  • Add project links to help in CLI

0.0.7

04 Aug 11:01
Compare
Choose a tag to compare

Bugfix

  • Command flag should be --auth-file

Docker

  • Add multi-arch Docker images