From fcf5549584b69e62b6c2f0eb919f6799c7904211 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Fri, 10 Mar 2023 13:54:57 +0100 Subject: 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 --- CHANGES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'CHANGES.md') 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 ------ -- cgit v1.2.3