diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-08 23:32:10 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-08 23:32:10 +0200 |
commit | 926ec7a6b85e6e3f7335a8c5ddcccd51937ee2d8 (patch) | |
tree | b7a420a919d0146f2a0bd2e1e577b795fcb99202 /MANIFEST | |
parent | 4510e3720274865996ef056f1687997ba0b482be (diff) |
added a build configuration step
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 72 |
1 files changed, 41 insertions, 31 deletions
@@ -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 |