diff options
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 ------ |