summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-03-10 13:54:57 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2023-03-10 13:54:57 +0100
commitfcf5549584b69e62b6c2f0eb919f6799c7904211 (patch)
treee5f0e480af0f39f1c0f457ea0aca8d33f8fb4d0b /CHANGES.md
parentdf59f9dec32d7f8f08706fd3eb5b784deaa0abfc (diff)
Proper recursive rendering of mails to html
1. Added raw mode to model 2. Added raw route 3. Moved readmail view parts to RenderMail plugin 4. Renamed displayheaders partial templates
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1e9d2c4..fbcf729 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -134,13 +134,14 @@ Current v1.1.0
- [ ] moving mails to other folders
- [ ] creating new folders
- [ ] backend
-- [ ] specify protocol for backend interaction (RPC IDL)
+- [x] specify protocol for backend interaction (RPC IDL)
- [ ] choose tool for validation
- [ ] cleanup README
- [ ] improve about page
- [ ] improve performance of backend, consider alternatives to Mail::Box::Manager
- [ ] based on Maildir::Light
- [x] reimplementation in Rust
+ - [x] reimplementation in Python
- [ ] cache mail reads
- is unlikely to work as mails can be moved freely
- [ ] add exception types
@@ -153,12 +154,18 @@ Current v1.1.0
- [ ] add config validation
- [ ] improve i18n
- [ ] add localization of dates and time
+ - [ ] plural handling
- [x] refactor I18N plugin to allow independent translate provider
- [x] extend matcher dynamic with a role
-
- [x] compute hmac on the client side
- [x] better handling on form
- [ ] better random numbers
+- [x] separate namespace for pagination in the stash
+
+- [ ] Rust IO error ??
+- [x] Read attachments
+- [x] display recursive multipart
+- [ ] iframe load confirmation
Future
------