diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-09 11:56:15 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-09 11:56:15 +0200 |
commit | 73503d87d3f9f87a73616bd3f4365906c87ae13e (patch) | |
tree | 5efb95a41f132d6a75fdb97401ef42467d9bca86 /MANIFEST | |
parent | de941df4cb8ef4f95563ef818380f870f442f7cd (diff) |
fixes for tests and packageing
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 52 |
1 files changed, 32 insertions, 20 deletions
@@ -1,37 +1,49 @@ -jwebmail.conf +script/jwebmail +script/qmauth.pl + 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/QMailAuthuser.pm lib/JWebmail/Model/WriteMails.pm lib/JWebmail/Plugin/Helper.pm -lib/JWebmail/Plugin/INIConfig.pm +lib/JWebmail/Plugin/TOMLConfig.pm lib/JWebmail/Plugin/I18N2.pm lib/JWebmail/Plugin/ServerSideSessionData.pm -README.md -LICENSE -lang/de.lang -lang/en.lang -Makefile.PL + t/Webmail.t t/INI.t t/Helper.t -script/jwebmail -script/qmauth.pl -MANIFEST -public/style.css +t/I18N2.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/headers/_display_top_nav.html.ep templates/headers/_display_bot_nav.html.ep -templates/headers/_displayfolders.html.ep +templates/headers/_display_folders.html.ep templates/headers/_display_headers.html.ep -templates/_pagination1.html.ep +templates/headers/_pagination2.html.ep +templates/headers/_pagination1.html.ep templates/not_found_.html.ep templates/error.html.ep -templates/layouts/mainlayout.html.ep -templates/webmail/readmail.html.ep -templates/webmail/writemail.html.ep -templates/webmail/displayheaders.html.ep -templates/webmail/about.html.ep -templates/webmail/noaction.html.ep -templates/_pagination2.html.ep + +public/style.css + +jwebmail.conf + +README.md +CHANGES.md +LICENSE + +actions.sh + +Makefile.PL +MANIFEST |