1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-07-15 01:25:10 +02:00
Commit Graph

650 Commits

Author SHA1 Message Date
e05b284c2c Libs: Update node modules 2023-07-10 20:36:26 +12:00
d39b65deb7 Fix typos 2023-07-09 22:33:47 +12:00
7b8faa8a28 Update README 2023-07-01 00:16:02 +12:00
ebb98c99c0 Update screenshot 2023-07-01 00:15:56 +12:00
a726cf9922 Merge tag 'v1.7.0' into develop
Release v1.7.0
2023-06-30 23:14:47 +12:00
5d146a23d7 Merge branch 'release/v1.7.0' v1.7.0 2023-06-30 23:14:39 +12:00
a6c1bbc977 Release v1.7.0 2023-06-30 23:14:38 +12:00
d020861559 Fix styles 2023-06-30 23:10:13 +12:00
7fd3291040 Libs: Update node modules 2023-06-30 23:06:43 +12:00
479c74500c Libs: Update Go modules 2023-06-30 22:57:46 +12:00
6b6de59c47 API: Ignore SMTP relay error when one of multiple recipients doesn't exist
RCPT errors will now produce a warning log message rather than return immediate error. See #132
2023-06-30 22:55:26 +12:00
a5de4e4f65 Merge branch 'feature/dark-mode' into develop 2023-06-30 22:44:06 +12:00
48f22cca1f Code cleanup 2023-06-30 22:42:33 +12:00
7748846b88 UI: Theme toggler - auto, light and dark themes 2023-06-30 22:42:09 +12:00
497086cb65 API: Set raw message Content-Type to UTF-8 2023-06-30 22:18:39 +12:00
42ecadab9e Build: Define Vue build options in esbuild 2023-06-30 22:16:43 +12:00
4cfde7f947 Theme toggler (#136)
Add toggler to change theme (light, dark, auto)
2023-06-30 17:13:12 +12:00
70b604e028 Update error message 2023-06-26 17:36:13 +12:00
8c295d4754 Merge tag 'v1.6.22' into develop
Release v1.6.22
2023-06-26 17:32:14 +12:00
a1c34b37e1 Merge branch 'release/v1.6.22' v1.6.22 2023-06-26 17:32:13 +12:00
e37583073e Release v1.6.22 2023-06-26 17:32:12 +12:00
4de830c490 Update Go modules 2023-06-26 17:29:31 +12:00
22a4509b13 Feature: Clearer SMTP error messages 2023-06-26 17:27:41 +12:00
1ed06161a8 Libs: Update Go modules 2023-06-19 20:22:02 +12:00
a7ee479f06 Libs: Upgrade node modules
Includes changes required for bootstrap5-tags
2023-06-19 16:27:57 +12:00
93e8884ef7 Merge tag 'v1.6.21' into develop
Release v1.6.21
2023-06-15 22:25:50 +12:00
1c228cda56 Merge branch 'release/v1.6.21' v1.6.21 2023-06-15 22:25:48 +12:00
119b3864b2 Release v1.6.21 2023-06-15 22:25:47 +12:00
b9f035790d UI: More accurate clickable hyperlink logic in plain text messages
See #125
2023-06-15 22:07:29 +12:00
1260c2e6df Merge tag 'v1.6.20' into develop
Release v1.6.20
2023-06-15 17:34:17 +12:00
3431f18a3f Merge branch 'release/v1.6.20' v1.6.20 2023-06-15 17:34:15 +12:00
2fa5138b49 Release v1.6.20 2023-06-15 17:34:15 +12:00
652fec0f64 Merge branch 'feature/text-clickable-links' into develop 2023-06-15 17:24:42 +12:00
f168e11b05 Libs: Update node modules 2023-06-15 17:24:32 +12:00
35e81e0336 Feature: Convert links into clickable hyperlinks in plain text message content
@see 125
2023-06-15 17:15:46 +12:00
7beed988e5 Merge tag 'v1.6.19' into develop
Release v1.6.19
2023-06-15 09:52:12 +12:00
4eea79f0c8 Merge branch 'release/v1.6.19' v1.6.19 2023-06-15 09:52:10 +12:00
39767e979c Release v1.6.19 2023-06-15 09:52:10 +12:00
4e2f02ee0a Fix: Only display sendmail help when sendmail subcommand is invoked
This was overriding all Mailpit's help commands
2023-06-15 09:50:11 +12:00
5a04534314 Add :key to message in message list 2023-06-15 09:27:26 +12:00
6725a809d5 Increase auto-build package upload retries from 3 to 5 2023-06-14 22:33:36 +12:00
64a067cff9 Merge tag 'v1.6.18' into develop
Release v1.6.18
2023-06-14 22:20:48 +12:00
58dbccc0a7 Merge branch 'release/v1.6.18' v1.6.18 2023-06-14 22:20:40 +12:00
3ef320d277 Release v1.6.18 2023-06-14 22:20:40 +12:00
18e95b699e Merge branch 'feature/labels' into develop 2023-06-14 22:18:59 +12:00
fc89655b7f UI: Add option to enable tag colors based on tag name hash
An experimental option to add tag colors (see #127). This will generate a random color for each unique tag
2023-06-14 22:18:51 +12:00
ff9a6ff491 API: Sort tags before saving
Tags should be alphabetically sorted before saving. Whilst this was the behavior with automated tagging, it did not apply to manually set tags via the API.
2023-06-13 16:57:42 +12:00
adce75ab8f UI: Display message tags below subject in message overview 2023-06-13 15:53:18 +12:00
12903cae60 Merge tag 'v1.6.17' into develop
Release v1.6.17
2023-06-07 07:36:23 +12:00
7f55511c82 Merge branch 'release/v1.6.17' v1.6.17 2023-06-07 07:36:21 +12:00