From fcf5549584b69e62b6c2f0eb919f6799c7904211 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Fri, 10 Mar 2023 13:54:57 +0100 Subject: 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 --- MANIFEST | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index bd96af3..3d6f0c9 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 -- cgit v1.2.3