Ralph Slooten
daf6e453df
UI: Dark mode color adjustments
2023-07-11 16:44:55 +12:00
Ralph Slooten
9cb2c26c6f
UI: Update dark mode loading background color
2023-07-11 16:22:53 +12:00
Ralph Slooten
d39b65deb7
Fix typos
2023-07-09 22:33:47 +12:00
Ralph Slooten
d020861559
Fix styles
2023-06-30 23:10:13 +12:00
Ralph Slooten
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
Ralph Slooten
48f22cca1f
Code cleanup
2023-06-30 22:42:33 +12:00
Ralph Slooten
7748846b88
UI: Theme toggler - auto, light and dark themes
2023-06-30 22:42:09 +12:00
Ralph Slooten
497086cb65
API: Set raw message Content-Type to UTF-8
2023-06-30 22:18:39 +12:00
Júnior Messias
4cfde7f947
Theme toggler ( #136 )
...
Add toggler to change theme (light, dark, auto)
2023-06-30 17:13:12 +12:00
Ralph Slooten
70b604e028
Update error message
2023-06-26 17:36:13 +12:00
Ralph Slooten
22a4509b13
Feature: Clearer SMTP error messages
2023-06-26 17:27:41 +12:00
Ralph Slooten
a7ee479f06
Libs: Upgrade node modules
...
Includes changes required for bootstrap5-tags
2023-06-19 16:27:57 +12:00
Ralph Slooten
b9f035790d
UI: More accurate clickable hyperlink logic in plain text messages
...
See #125
2023-06-15 22:07:29 +12:00
Ralph Slooten
35e81e0336
Feature: Convert links into clickable hyperlinks in plain text message content
...
@see 125
2023-06-15 17:15:46 +12:00
Ralph Slooten
5a04534314
Add :key to message in message list
2023-06-15 09:27:26 +12:00
Ralph Slooten
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
Ralph Slooten
adce75ab8f
UI: Display message tags below subject in message overview
2023-06-13 15:53:18 +12:00
Ralph Slooten
0b391b5c37
Fix error return value
2023-06-03 11:02:53 +12:00
Ralph Slooten
714596a13a
Fix plural
2023-06-02 19:11:10 +12:00
Ralph Slooten
4a88d1fc24
Feature: Add ability to delete or mark search results read
...
@see #119
2023-06-02 17:17:54 +12:00
Ralph Slooten
1b47716f5f
Libs: Update node modules
2023-06-02 08:28:24 +12:00
Ralph Slooten
bee3174c78
Merge branch 'feature/login-auth' into develop
2023-05-30 20:37:23 +12:00
Ralph Slooten
db5d8f672a
Swagger: Update swagger field descriptions, add MessageID
2023-05-30 16:52:39 +12:00
Ralph Slooten
52120abefd
Feature: Add SMTP LOGIN authentication method for message relay
...
See #118
2023-05-30 15:54:26 +12:00
Ralph Slooten
50b5f8667a
Minor UI / CLI updates
2023-05-23 16:07:05 +12:00
Jonas
a121c08dc4
UI: Check for secure context instead of HTTPS ( #114 )
2023-05-23 15:36:42 +12:00
Ralph Slooten
d1edbe73b4
UI: Remove "Noto Color Emoji" from default bootstrap font list
...
@see #92
2023-05-18 09:38:26 +12:00
Ralph Slooten
9670c4e1d5
API: Return blank 200 response for OPTIONS requests (CORS)
2023-05-09 17:11:57 +12:00
Ralph Slooten
1e97e9e21f
Bugfix: Correctly escape JS cid regex
2023-05-05 22:51:17 +12:00
Ralph Slooten
b4a971f552
Minor code changes
2023-05-05 17:21:43 +12:00
Matthias Gliwka
fdc1b05545
Feature: Add allowlist to filter recipients before relaying messages ( #109 )
...
* Bugfix: Don't panic on mails without from line
* Feature: Add allowlist to filter recipients before relaying messages
2023-05-05 15:28:00 +12:00
Ralph Slooten
16bc025fff
API: Set Access-Control-Allow-Headers when --api-cors is set
2023-05-04 22:23:07 +12:00
Ralph Slooten
5f919cc9dd
Feature: Option to ignore duplicate Message-IDs
...
This option (default off) silently ignores any new messages with duplicate Message-IDs. This update includes a new database structure and automatic rebuild of existing data.
2023-05-04 21:48:09 +12:00
Ralph Slooten
225a1e2e2a
Swagger: Update swagger field descriptions
2023-05-04 21:26:27 +12:00
Ralph Slooten
6dca57ba9b
API: Include correct start value in search reponse
2023-05-03 17:20:14 +12:00
Ralph Slooten
60ea473acb
UI: Style Undisclosed recipients in message view
2023-05-02 16:51:07 +12:00
Ralph Slooten
31c0a501e8
Feature: Add Access-Control-Allow-Methods methods when CORS origin is set
...
@See #91
2023-04-25 08:57:16 +12:00
Ralph Slooten
c5a8836b7e
Bugfix: Fix UI images not displaying when multiple cid names overlap
...
Resolves #96
2023-04-24 22:27:57 +12:00
Ralph Slooten
cffbd3f884
Feature: Display clickable toast notifications for new messages
...
Resolves #97
2023-04-24 11:34:43 +12:00
Ralph Slooten
124f1c2bde
Bugfix: If set use return-path address as SMTP from address
2023-04-21 22:30:02 +12:00
Ralph Slooten
126fa66d58
Bugfix: Add API release route again (bad merge)
2023-04-21 17:50:34 +12:00
Ralph Slooten
7c62dca14b
API: Enable cross-origin resource sharing (CORS) configuration
...
This feature allows the setting of the `Access-Control-Allow-Origin` header via `--api-cors`.
@see #91
2023-04-21 12:49:49 +12:00
Ralph Slooten
23370eab0f
Update Swagger documentation
2023-04-21 12:19:12 +12:00
Ralph Slooten
4f5b5e2f02
UI: Display Return-Path if different to the From address
2023-04-21 12:18:01 +12:00
Ralph Slooten
def9602811
UI: Message release functionality
...
When an SMTP relay server is configured, the web UI will display a "Release" button and allow a message to be manually relayed via the SMTP server to selected addresses.
@see #29
2023-04-21 12:17:14 +12:00
Ralph Slooten
04462f76c6
API: Message relay / release
...
This enables a SMTP server to be configured, and messages to be manually "released" via the relay server. Aditionally, messages can be auto-relayed via the SMTP server do Mailpit acts as a form of caching proxy.
@see #29
2023-04-21 12:10:13 +12:00
Ralph Slooten
2752a09ca7
Move logging variable level to logger module
2023-04-21 11:59:26 +12:00
Ralph Slooten
8eed8d92e5
Update swagger comments
2023-04-21 11:55:32 +12:00
Ralph Slooten
9c8329a05c
Feature: Inject/update Bcc header for missing addresses when SMTP recipients do not match messsage headers
...
In order to capture Bcc recipients from some platfoms (eg: Laravel) when the SMTP recipients contain Bcc recipients but are not listed in the message headers, the missing addresses are now added into the message Bcc header. If the Bcc header does not exist then it is created.
Resolves #35
2023-04-15 11:34:31 +12:00
Ralph Slooten
5ed55e58e1
Show swagger curl example before try
2023-04-12 17:04:42 +12:00