2022-07-30 10:01:00 +02:00
|
|
|
# Changelog
|
|
|
|
|
2022-08-01 21:57:15 +02:00
|
|
|
Notable changes to Mailpit will be documented in this file.
|
2022-07-30 12:02:42 +02:00
|
|
|
|
|
|
|
|
2022-08-07 00:40:59 +02:00
|
|
|
## 0.1.3
|
|
|
|
|
|
|
|
### 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](https://github.com/axllent/mailpit/issues/6) from KaptinLin/develop
|
|
|
|
|
2022-08-06 15:07:58 +02:00
|
|
|
## 0.1.2
|
|
|
|
|
|
|
|
### 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
|
|
|
|
|
|
|
|
|
2022-08-06 13:11:55 +02:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
### Bugfix
|
|
|
|
- Fix env variable for MP_UI_SSL_KEY
|
|
|
|
|
|
|
|
|
2022-08-06 10:01:45 +02:00
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
### Feature
|
|
|
|
- SMTP STARTTLS & SMTP authentication support
|
|
|
|
|
|
|
|
|
2022-08-05 14:12:09 +02:00
|
|
|
## 0.0.9
|
|
|
|
|
|
|
|
### Bugfix
|
|
|
|
- Include read status in search results
|
|
|
|
|
|
|
|
### Feature
|
|
|
|
- HTTPS option for web UI
|
|
|
|
|
|
|
|
### Testing
|
|
|
|
- Memory & physical database tests
|
|
|
|
|
|
|
|
|
2022-08-05 06:17:15 +02:00
|
|
|
## 0.0.8
|
|
|
|
|
|
|
|
### Bugfix
|
|
|
|
- Fix total/unread count after failed message inserts
|
|
|
|
|
|
|
|
### UI
|
|
|
|
- Add project links to help in CLI
|
|
|
|
|
|
|
|
|
2022-08-04 12:59:57 +02:00
|
|
|
## 0.0.7
|
|
|
|
|
|
|
|
### Bugfix
|
|
|
|
- Command flag should be `--auth-file`
|
|
|
|
|
|
|
|
|
2022-08-04 10:48:05 +02:00
|
|
|
## 0.0.6
|
|
|
|
|
|
|
|
### Bugfix
|
|
|
|
- Disable CGO when building multi-arch binaries
|
|
|
|
|
|
|
|
|
2022-08-04 07:19:18 +02:00
|
|
|
## 0.0.5
|
|
|
|
|
|
|
|
### Feature
|
|
|
|
- Basic authentication support
|
|
|
|
|
|
|
|
|
2022-08-01 21:57:15 +02:00
|
|
|
## 0.0.4
|
2022-07-30 12:02:42 +02:00
|
|
|
|
2022-08-01 21:57:15 +02:00
|
|
|
### Bugfix
|
|
|
|
- Update to clover-v2.0.0-alpha.2 to fix sorting
|
2022-07-30 10:01:00 +02:00
|
|
|
|
2022-08-01 21:57:15 +02:00
|
|
|
### Tests
|
|
|
|
- Add search tests
|
2022-07-30 10:01:00 +02:00
|
|
|
|
2022-08-01 21:57:15 +02:00
|
|
|
### UI
|
|
|
|
- Add date to console log
|
|
|
|
- Add space in To fields
|
|
|
|
- Cater for messages without From email address
|
|
|
|
- Minor UI & logging changes
|
|
|
|
- Add space in To fields
|
|
|
|
- cater for messages without From email address
|
|
|
|
|
|
|
|
|
|
|
|
## 0.0.3
|
|
|
|
|
|
|
|
### Bugfix
|
|
|
|
- Update to clover-v2.0.0-alpha.2 to fix sorting
|
|
|
|
|
|
|
|
|
|
|
|
## 0.0.2
|
|
|
|
|
|
|
|
### Feature
|
|
|
|
- Unread statistics
|
2022-07-30 10:01:00 +02:00
|
|
|
|
|
|
|
|