feat: Add runtime config, trusted senders, JMAP identities, and UI improvements

- Runtime environment variables for Docker-friendly configuration
- Trusted senders list for automatic image loading
- JMAP identities for proper sender address
- Improved email composer readability
- Horizontal scroll for wide HTML emails
This commit is contained in:
Matthieu MALVACHE
2026-01-08 02:08:18 +01:00
committed by Matthieu MALVACHE
parent dbffaf2a15
commit 58cfe09dc6
18 changed files with 778 additions and 100 deletions
+5
View File
@@ -16,6 +16,7 @@ This document tracks the development status and planned features for JMAP Webmai
- [x] Username autocomplete with history
- [x] Logout functionality
- [x] Authentication error handling
- [x] JMAP identities for sender address
### JMAP Server Connection
- [x] Session establishment and keep-alive
@@ -76,6 +77,10 @@ This document tracks the development status and planned features for JMAP Webmai
- [x] External content blocked by default
- [x] HTML sanitization with DOMPurify
- [x] User control for loading external content
- [x] Trusted senders list for automatic image loading
### Deployment
- [x] Runtime environment variables (Docker-friendly configuration)
## Planned Features