summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-04-26 01:06:11 +0200
committerJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-04-26 01:06:11 +0200
commitaffff46cea8dad31bb850ec27ba2a57f123e681b (patch)
tree8eca6f4b2c21ca0ea08f33c5ee104070fecee9db /CHANGES.md
parenteae7431ea9ee9d87634b3938b5cf8b64ebdbfb5a (diff)
adjusted QMailAuthuser to ReadMails Role
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1c1aa27..ab82918 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -119,7 +119,7 @@ Current v1.1.0
- [ ] add localization of dates and time
- [x] refactor I18N plugin to allow independent translate provider
- [ ] fix tests
-- [ ] consider using more mojo functions
+- [x] consider using more mojo functions
- [x] use Mojolicious::Types to replace File::Type
- [x] Helper
- [ ] QMailAuthuser
@@ -135,8 +135,13 @@ Current v1.1.0
- [x] refactor ReadMails into a role
- [x] made languages in about clickable
- [ ] cache mail reads
+ - is unlikely to work as mails can be moved freely
- [ ] make loading auth data from session easier
-- [ ] merge read and row (with content type)
+- [ ] merge read and raw (with content type)
+ - how does one extract the body functionality?
+- [ ] add exception types
+ - [x] added exception for QMailAuthuser
+- [ ] extract version for Makefile.PL from Application
Future
------