From 926ec7a6b85e6e3f7335a8c5ddcccd51937ee2d8 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Fri, 8 Sep 2023 23:32:10 +0200 Subject: added a build configuration step --- MANIFEST | 72 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 31 deletions(-) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index b5a7c96..56284c1 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,63 +1,73 @@ +b/extract.pl + script/jwebmail +script/mojocookiecheck.pl script/qmauth.pl script/qmauth.py -bin/jwebmail-extract -lib/JWebmail.pm lib/JWebmail/Controller/Webmail.pm -lib/JWebmail/I18N.pm lib/JWebmail/I18N/de.pm lib/JWebmail/I18N/en.pm -lib/JWebmail/Model/ReadMails/Role.pm -lib/JWebmail/Model/ReadMails/MockMaildir.pm lib/JWebmail/Model/ReadMails/MockJSON.pm +lib/JWebmail/Model/ReadMails/MockMaildir.pm lib/JWebmail/Model/ReadMails/QMailAuthuser.pm +lib/JWebmail/Model/ReadMails/Role.pm lib/JWebmail/Model/WriteMails.pm -lib/JWebmail/Plugin/TOMLConfig.pm -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/I18N2/Role.pm +lib/JWebmail/Plugin/I18N2.pm +lib/JWebmail/Plugin/INIConfig.pm lib/JWebmail/Plugin/Paginate.pm lib/JWebmail/Plugin/ServerSideSessionData.pm +lib/JWebmail/Plugin/TOMLConfig.pm lib/JWebmail/View/RenderMail.pm lib/JWebmail/View/Webmail.pm +lib/JWebmail/Config.pm.in +lib/JWebmail/I18N.pm +lib/JWebmail.pm + +scss/my_bulma.scss + +src/displayheaders.js +src/login_cram.js +src/rendermail.js -t/Webmail.t -t/ViewWebmail.t -t/INI.t t/Extract.t -t/Pagination.t t/I18N2.t +t/INI.t +t/Pagination.t +t/ViewWebmail.t +t/Webmail.t -templates/webmail/readmail.html.ep -templates/webmail/writemail.html.ep -templates/webmail/displayheaders.html.ep -templates/webmail/about.html.ep -templates/webmail/login.html.ep -templates/layouts/mainlayout.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/_pagination1.html.ep templates/displayheaders/_pagination2.html.ep templates/displayheaders/_pagination3.html.ep -templates/not_found.production.html.ep +templates/displayheaders/_top_nav.html.ep +templates/layouts/mainlayout.html.ep +templates/webmail/about.html.ep +templates/webmail/displayheaders.html.ep +templates/webmail/login.html.ep +templates/webmail/readmail.html.ep +templates/webmail/writemail.html.ep templates/exception_.html.ep +templates/not_found.html.ep -public/css/style.css -public/src/login_cram.js - -jwebmail.development.toml - -README.md +.editorconfig +actions CHANGES.md +configure +confninja.sh +jwebmail.development.toml +jwebmail.production.toml +jwebmail.service LICENSE - -actions -jwebmail.service.tmpl - Makefile.PL MANIFEST -MANIFEST.SKIP +MANIFEST.BIN +package-lock.json +package.json +README.md -- cgit v1.2.3