All Versions
30
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.1.3 Changes
๐ Fix
- โก๏ธ Update message download link
-
v1.1.2 Changes
๐ป UI
- ๐ Allow reverse proxy subdirectories
-
v1.1.1 Changes
๐ป UI
- Attachment icons and image thumbnails
-
v1.1.0 Changes
๐ป UI
- HTML source & highlighting
- โ Add previous/next message links
-
v1.0.0 Changes
๐ Feature
- Multiple message selection for group actions using shift/ctrl click
- ๐ Search parser improvements
๐ Feature
- ๐ Search parser improvements
๐ป UI
- Post data using 'application/json'
- Display unknown recipients as as
Undisclosed recipients
- โก๏ธ Update frontend modules & esbuild
- โก๏ธ Update frontend modules & esbuild
-
v1.0.0-beta1 Changes
๐ฅ 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 https://github.com/axllent/mailpit/issues/10
๐ Feature
- Switch backend storage to use SQLite
๐ป UI
- Resize preview iframe on load
-
v0.1.5 Changes
๐ Feature
- ๐ Improved message search - any order & phrase quoting
๐ป UI
- ๐ Change breakpoints for mobile view of messages
- Resize iframes with viewport resize
-
v0.1.4 Changes
๐ Feature
- Email compression in storage
โ Testing
- โ Enable testing on feature branches
- โ Database total/unread statistics tests
๐ป UI
- Mobile compatibility improvements & functionality
-
v0.1.3 Changes
๐ 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
-
v0.1.2 Changes
๐ 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