diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-04-26 01:06:11 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-04-26 01:06:11 +0200 |
commit | affff46cea8dad31bb850ec27ba2a57f123e681b (patch) | |
tree | 8eca6f4b2c21ca0ea08f33c5ee104070fecee9db /CHANGES.md | |
parent | eae7431ea9ee9d87634b3938b5cf8b64ebdbfb5a (diff) |
adjusted QMailAuthuser to ReadMails Role
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 ------ |