diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-10 13:54:57 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-10 13:54:57 +0100 |
commit | fcf5549584b69e62b6c2f0eb919f6799c7904211 (patch) | |
tree | e5f0e480af0f39f1c0f457ea0aca8d33f8fb4d0b /MANIFEST | |
parent | df59f9dec32d7f8f08706fd3eb5b784deaa0abfc (diff) |
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
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -19,6 +19,7 @@ lib/JWebmail/Plugin/I18N2.pm lib/JWebmail/Plugin/I18N2/Role.pm lib/JWebmail/Plugin/I18N2/INI.pm lib/JWebmail/Plugin/I18N2/Maketext.pm +lib/JWebmail/Plugin/RenderMail.pm lib/JWebmail/Plugin/ServerSideSessionData.pm t/Webmail.t @@ -32,14 +33,14 @@ templates/webmail/displayheaders.html.ep templates/webmail/about.html.ep templates/webmail/login.html.ep templates/layouts/mainlayout.html.ep -templates/headers/_display_top_nav.html.ep -templates/headers/_display_bot_nav.html.ep -templates/headers/_display_folders.html.ep -templates/headers/_display_headers.html.ep -templates/headers/_pagination2.html.ep -templates/headers/_pagination1.html.ep +templates/displayheaders/_top_nav.html.ep +templates/displayheaders/_bot_nav.html.ep +templates/displayheaders/_folders.html.ep +templates/displayheaders/_main_table.html.ep +templates/displayheaders/_pagination2.html.ep +templates/displayheaders/_pagination1.html.ep templates/not_found_.html.ep -templates/error.html.ep +templates/exception_.html.ep public/style.css |