diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-10-29 12:13:04 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-10-29 12:13:04 +0100 |
commit | ee43823179ee627ac16ea9da8168e5f1bf9619c0 (patch) | |
tree | 5e6c36d5629d2ce79f3cb1310998dc715a6f19c7 /MANIFEST |
Initial commit; Stable version
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..2a2f56f --- /dev/null +++ b/MANIFEST @@ -0,0 +1,36 @@ +jwebmail.conf +lib/JWebmail.pm +lib/JWebmail/Controller/All.pm +lib/JWebmail/Model/ReadMails.pm +lib/JWebmail/Model/Driver/Mock.pm +lib/JWebmail/Model/Driver/QMailAuthuser/Extract.pm +lib/JWebmail/Model/Driver/QMailAuthuser.pm +lib/JWebmail/Model/WriteMails.pm +lib/JWebmail/Plugin/Helper.pm +lib/JWebmail/Plugin/INIConfig.pm +lib/JWebmail/Plugin/I18N.pm +lib/JWebmail/Plugin/ServerSideSessionData.pm +README +LICENSE +lang/de.lang +lang/en.lang +Makefile.PL +t/All.t +script/jwebmail +CREDITS +MANIFEST +public/style.css +templates/headers/_display_top_nav.html.ep +templates/headers/_display_bot_nav.html.ep +templates/headers/_displayfolders.html.ep +templates/headers/_display_headers.html.ep +templates/_pagination1.html.ep +templates/not_found_.html.ep +templates/error.html.ep +templates/layouts/mainlayout.html.ep +templates/all/readmail.html.ep +templates/all/writemail.html.ep +templates/all/displayheaders.html.ep +templates/all/about.html.ep +templates/all/noaction.html.ep +templates/_pagination2.html.ep |