Ralph Slooten
b6940eccff
Merge branch 'release/1.0.0-beta1'
1.0.0-beta1
2022-08-30 23:15:31 +12:00
Ralph Slooten
eb796924b1
Merge branch 'feature/sqlite' into develop
2022-08-30 23:10:25 +12:00
Ralph Slooten
54ba59872e
Deprecate --data
flag (replaced by --db-file
)
2022-08-30 23:02:56 +12:00
Ralph Slooten
eff483c1c4
feature: Switch backend storage to use SQLite
...
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
2022-08-30 22:42:43 +12:00
Ralph Slooten
9f5d329105
Update CHANGELOG format
2022-08-29 22:44:32 +12:00
Ralph Slooten
77e6b88c5d
UI: Resize preview iframe on load
2022-08-29 22:22:07 +12:00
Ralph Slooten
5a9fd0686e
Update README
2022-08-18 21:41:37 +12:00
Ralph Slooten
3054dfe79e
Catch error in testing
2022-08-18 21:28:46 +12:00
Ralph Slooten
40cb76810e
Merge tag '0.1.5' into develop
...
Release 0.1.5
2022-08-16 08:17:24 +12:00
Ralph Slooten
8b6b6640d5
Merge branch 'release/0.1.5'
0.1.5
2022-08-16 08:17:21 +12:00
Ralph Slooten
a8945bd303
Release 0.1.5
2022-08-16 08:17:20 +12:00
Ralph Slooten
53e199b20f
Better error handling on failed upgrade if file corrupt
2022-08-16 08:16:03 +12:00
Ralph Slooten
a6693481fa
Quote exact string matches in search test
2022-08-12 10:19:49 +12:00
Ralph Slooten
1aa58eeaaf
Feature: Improved message search - any order & phrase quoting
2022-08-12 10:16:21 +12:00
Ralph Slooten
133b36c34c
UI: Change breakpoints for mobile view of messages
2022-08-11 00:32:10 +12:00
Ralph Slooten
ed28a4cc0d
UI: Resize iframes with viewport resize
2022-08-11 00:31:22 +12:00
Ralph Slooten
bc30b012cf
Merge tag '0.1.4' into develop
...
Release 0.1.4
2022-08-10 20:32:02 +12:00
Ralph Slooten
2ae51c3f64
Merge branch 'release/0.1.4'
0.1.4
2022-08-10 20:31:59 +12:00
Ralph Slooten
b6a87b9410
Release 0.1.4
2022-08-10 20:31:59 +12:00
Ralph Slooten
1f7dd0287a
Merge branch 'feature/ui-tweaks' into develop
2022-08-10 20:31:25 +12:00
Ralph Slooten
f33cbce63f
Merge tag '0.1.4' into develop
...
Release 0.1.4
2022-08-10 20:30:05 +12:00
Ralph Slooten
79b6892320
Merge branch 'release/0.1.4'
2022-08-10 20:30:02 +12:00
Ralph Slooten
799987ecb1
Release 0.1.4
2022-08-10 20:30:01 +12:00
Ralph Slooten
2d57839b3e
UI: Mobile compatibility improvements & functionality
2022-08-10 20:21:27 +12:00
Ralph Slooten
86cc237c78
Feature: Email compression in storage
...
Reduces storage requirements +-25% & speeds up database read & writes by between 25-33%, depending on email content (attachments).
2022-08-10 14:33:16 +12:00
Ralph Slooten
cc15ada304
Testing: Enable testing on feature branches
2022-08-10 09:48:06 +12:00
Ralph Slooten
49bc62f0aa
Update screenshot
2022-08-08 23:16:48 +12:00
Ralph Slooten
444b65d371
Testing: Database total/unread statistics tests
2022-08-07 23:07:36 +12:00
Ralph Slooten
15859f7be9
Add Go Report Card
2022-08-07 22:38:23 +12:00
Ralph Slooten
486388a798
Fix typos
2022-08-07 22:35:42 +12:00
Ralph Slooten
9ab28d606a
Add privacy classes for screenshots
2022-08-07 13:38:53 +12:00
Ralph Slooten
18b5ce8c18
Add build status to README
2022-08-07 10:57:45 +12:00
Ralph Slooten
93d5289d25
Merge tag '0.1.3' into develop
...
Release 0.1.3
2022-08-07 10:41:02 +12:00
Ralph Slooten
97bf9c257c
Merge branch 'release/0.1.3'
0.1.3
2022-08-07 10:40:59 +12:00
Ralph Slooten
18b0f5b790
Release 0.1.3
2022-08-07 10:40:59 +12:00
Ralph Slooten
94feb2ccaa
Update screenshot
2022-08-07 10:38:40 +12:00
Ralph Slooten
aba3c46eb1
Update wording for "no emails/results message"
2022-08-07 10:28:33 +12:00
Ralph Slooten
c9c910ab7c
UI: Better error handling when connection to server is broken
2022-08-07 10:21:08 +12:00
Ralph Slooten
29c7295d16
Merge branch 'feature/ui-tweaks' into develop
2022-08-07 10:14:40 +12:00
Ralph Slooten
61e15e4155
UI: Add reset search button
2022-08-07 10:11:48 +12:00
Ralph Slooten
e03618570d
UI: Minor UI tweaks
2022-08-07 10:11:21 +12:00
Ralph Slooten
d4cf95363f
Feature: Mark all messages as read
2022-08-07 09:34:06 +12:00
Ralph Slooten
f260495495
UI: Update pagination values when new mail arrives when not on first page
2022-08-07 08:38:52 +12:00
Ralph Slooten
d9f1f88107
Merge pull request #6 from KaptinLin/develop
...
Bugfix: Add MP_SMTP_SSL_CERT and MP_SMTP_SSL_KEY env variables
2022-08-07 08:12:48 +12:00
KaptinLin
09b704bcd7
Add MP_SMTP_SSL_CERT and MP_SMTP_SSL_KEY env variables
2022-08-06 22:34:33 +08:00
Ralph Slooten
a14cdce07f
Update disconnected state hover title
2022-08-07 01:15:40 +12:00
Ralph Slooten
9fc5318e86
Merge tag '0.1.2' into develop
...
Release 0.1.2
2022-08-07 01:08:03 +12:00
Ralph Slooten
8affa0f375
Merge branch 'release/0.1.2'
0.1.2
2022-08-07 01:07:58 +12:00
Ralph Slooten
cf8994ceaf
Release 0.1.2
2022-08-07 01:07:58 +12:00
Ralph Slooten
39132723db
Update README
2022-08-07 01:07:04 +12:00