summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-29fix manifestJannis M. Hoffmann
2023-09-29correct path in serviceJannis M. Hoffmann
2023-09-29add global pathsJannis M. Hoffmann
2023-09-29correct buildJannis M. Hoffmann
2023-09-29remove unused modulesJannis M. Hoffmann
2023-09-27add remove button for frontendJannis M. Hoffmann
2023-09-27add remove actionJannis M. Hoffmann
2023-09-26add jwebmail user on installJannis M. Hoffmann
2023-09-23adjust systemd unit file pathJannis M. Hoffmann
2023-09-23added man pages for perl modulesJannis M. Hoffmann
2023-09-21ignore dot files for extract.pyJannis M. Hoffmann
2023-09-21renamed qmauth to extractJannis M. Hoffmann
2023-09-21add test dataJannis M. Hoffmann
2023-09-21update rust release profile; add default build targetJannis M. Hoffmann
2023-09-16cleanup of build.ninjaJannis M. Hoffmann
2023-09-15fix: removed MANIFEST.BIN.m4 from MANIFESTJannis M. Hoffmann
2023-09-15moved srcdist to actionsJannis M. Hoffmann
moved install to build.ninja removed bindist
2023-09-10added test pam to replace MockMaildir ReadMail implementationJannis M. Hoffmann
2023-09-09Fix authentication schemesJannis M. Hoffmann
2023-09-09fix tests and tests dependenciesJannis M. Hoffmann
2023-09-09updated changelog and added missing filesJannis M. Hoffmann
2023-09-09made MANIFEST.BIN depend on configurationJannis M. Hoffmann
2023-09-08updated min perl requirement to v5.24Jannis M. Hoffmann
2023-09-08added a build configuration stepJannis M. Hoffmann
2023-09-08additions to gitignoreJannis M. Hoffmann
2023-09-08Make INI.t optionalJannis M. Hoffmann
2023-09-07better error reporting of extractorJannis M. Hoffmann
2023-09-07updated some dependenciesJannis M. Hoffmann
2023-09-07use mojo tempdir functionJannis M. Hoffmann
2023-09-07don't use smartmatch any longerJannis M. Hoffmann
2023-09-07use less global variables in qmauth.pyJannis M. Hoffmann
2023-09-07better number formatting for HTMLJannis M. Hoffmann
2023-09-07Added editor configJannis M. Hoffmann
2023-08-18added tabbing to multipart/alternativeJannis M. Hoffmann
2023-08-17convert to bulma css frameworkJannis M. Hoffmann
2023-03-261. corrected manifestmainJannis M. Hoffmann
2. private node package 3. better error msg in Webmail/View 4. reduced send binaries on read
2023-03-21Bundle of small changesJannis M. Hoffmann
2023-03-21Switched from CDN to a npm+bundler for css frameworkJannis M. Hoffmann
and crypto-js
2023-03-16fixed zombie leaksJannis M. Hoffmann
2023-03-16changed pagination appearanceJannis M. Hoffmann
2023-03-16updated manifest and fixed testsJannis M. Hoffmann
2023-03-16reduced jwebmail.service.tmplJannis M. Hoffmann
2023-03-16reworked systemd_unit task in actionJannis M. Hoffmann
2023-03-13Graceful fail for non-existing mail in raw_mailJannis M. Hoffmann
Encode unknown content types as base64
2023-03-13Add systemd unit file templateJannis M. Hoffmann
2023-03-13Split up Helper plugin and added Views insteadJannis M. Hoffmann
2023-03-13Added systemd and python compile tasks to actionsJannis M. Hoffmann
2023-03-11avoid quadratic complexity in count_mailsJannis M. Hoffmann
2023-03-11bugfixes and minor version bumpJannis M. Hoffmann
2023-03-10Proper recursive rendering of mails to htmlJannis M. Hoffmann
1. Added raw mode to model 2. Added raw route 3. Moved readmail view parts to RenderMail plugin 4. Renamed displayheaders partial templates