summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md40
1 files changed, 23 insertions, 17 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 54f53d0..e4dd1b1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -113,13 +113,6 @@ Current v1.1.0
- [ ] QMailAuthuser
- [x] repurpose status column in displayheader
- [x] currently just renamed to 'Multipart'
-- [x] advance ini config plugin
- - [x] allow non-leaf nodes to be arrays
- - [ ] allow quotes
- - [ ] allow continuation over multiple lines
- - [ ] warn about overrides
- - [ ] add template support, maybe
- - [ ] switch to TOML or a provided format, as INI is too basic
- [x] refactor ReadMails into a role
- [x] made languages in about clickable
- [x] make loading auth data from session easier
@@ -128,16 +121,15 @@ Current v1.1.0
- [x] merge read and raw (with content type)
- how does one extract the body functionality? (One does not.)
- [x] refactor templates to make use of link_to
-- [x] improve html styling (especially for mobile)
+- [ ] improve html styling (especially for mobile)
- [x] about
- [x] displayheaders
- [x] nocation
- [x] readmail
- [x] writemail
-- [ ] improve i18n
- - [ ] add localization of dates and time
- - [x] refactor I18N plugin to allow independent translate provider
- - [x] extend matcher dynamic with a role
+ - [x] mobile optimize
+ - [ ] cleanup css
+ - [ ] improve styling of read- and writemail
- [ ] fix tests
- [ ] moving mails to other folders
- [ ] creating new folders
@@ -154,9 +146,24 @@ Current v1.1.0
- [ ] add exception types
- [x] added exception for QMailAuthuser
- [ ] extract version for Makefile.PL from Application
-- [ ] add config validation
-- [ ] read and write s3d only once per request ($c->on('finish'))
-- [ ] compute h-mac on the client side
+- [ ] add basic telemetry (goatcounter?)
+- [ ] make mime_render return a mojo bytes object
+
+- [ ] advance ini config plugin
+ - [x] allow non-leaf nodes to be arrays
+ - [ ] allow quotes
+ - [ ] allow continuation over multiple lines
+ - [ ] warn about overrides
+ - [ ] add template support, maybe
+ - [ ] switch to TOML or a provided format, as INI is too basic
+ - [ ] add config validation
+- [ ] improve i18n
+ - [ ] add localization of dates and time
+ - [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
Future
------
@@ -185,9 +192,7 @@ Future
- [ ] better pagination
- [ ] merge with partial templates, maybe
- [ ] click on sender to answer
-- [ ] mobile optimize
- [ ] download mail and attachments
-- [ ] cleanup css
- [ ] allow multiple attachments
- [ ] add mails to Sent folder
- [ ] smtp send model, maybe
@@ -197,3 +202,4 @@ Future
- [ ] think about forgot password feature
- [ ] address book support
- [ ] add links on email addresses in header : click = add into address book
+- [ ] read and write s3d only once per request ($c->on('finish'))