Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-26 | 1. corrected manifestmain | Jannis M. Hoffmann | |
2. private node package 3. better error msg in Webmail/View 4. reduced send binaries on read | |||
2023-03-21 | Bundle of small changes | Jannis M. Hoffmann | |
2023-03-21 | Switched from CDN to a npm+bundler for css framework | Jannis M. Hoffmann | |
and crypto-js | |||
2023-03-16 | fixed zombie leaks | Jannis M. Hoffmann | |
2023-03-16 | changed pagination appearance | Jannis M. Hoffmann | |
2023-03-16 | updated manifest and fixed tests | Jannis M. Hoffmann | |
2023-03-16 | reduced jwebmail.service.tmpl | Jannis M. Hoffmann | |
2023-03-16 | reworked systemd_unit task in action | Jannis M. Hoffmann | |
2023-03-13 | Graceful fail for non-existing mail in raw_mail | Jannis M. Hoffmann | |
Encode unknown content types as base64 | |||
2023-03-13 | Add systemd unit file template | Jannis M. Hoffmann | |
2023-03-13 | Split up Helper plugin and added Views instead | Jannis M. Hoffmann | |
2023-03-13 | Added systemd and python compile tasks to actions | Jannis M. Hoffmann | |
2023-03-11 | avoid quadratic complexity in count_mails | Jannis M. Hoffmann | |
2023-03-11 | bugfixes and minor version bump | Jannis M. Hoffmann | |
2023-03-10 | Proper recursive rendering of mails to html | Jannis 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 | |||
2023-03-05 | improved performance of qmauth.py | Jannis M. Hoffmann | |
by only parsing mail headers when in list mode | |||
2023-03-05 | made Extract read test deterministic across all extractors | Jannis M. Hoffmann | |
2023-03-05 | qmauth.py proper charset decoding | Jannis M. Hoffmann | |
2023-03-04 | better mobile support for displayheaders | Jannis M. Hoffmann | |
2023-03-04 | better handling of mime_maintype in readmail | Jannis M. Hoffmann | |
2023-03-04 | fix readmail get body | Jannis M. Hoffmann | |
2023-03-02 | Bugfixes | Jannis M. Hoffmann | |
1. correctly read mime parts 2. avoid encoding issues when parsing json form qmauth 3. use 'replace' instead of 'strict' error handling when decoding mails in qmauth.py | |||
2023-03-02 | right align number column in displayheaders | Jannis M. Hoffmann | |
2023-03-02 | update pure-css | Jannis M. Hoffmann | |
2023-03-02 | add more extractors | Jannis M. Hoffmann | |
2023-03-02 | fix pagination test | Jannis M. Hoffmann | |
2023-02-27 | Separate name space for pagination | Jannis M. Hoffmann | |
2023-02-26 | Small I18N changes | Jannis M. Hoffmann | |
2023-02-26 | Specified the interface for qmauth | Jannis M. Hoffmann | |
Changes to configuration Added qmauth version written in Python Slight changes to pagination | |||
2022-11-16 | minor cleanup and fixes | Jannis M. Hoffmann | |
2022-11-16 | split I18N2 plugin into multiple files and added translate role | Jannis M. Hoffmann | |
2022-05-22 | fixes for lint issues | Jannis M. Hoffmann | |
2022-05-22 | improved build process | Jannis M. Hoffmann | |
2022-05-09 | some small fixes by perlcritc | Jannis M. Hoffmann | |
2022-05-09 | fixes for tests and packageing | Jannis M. Hoffmann | |
2022-05-09 | add rule to actions to gather translatable snippets | Jannis M. Hoffmann | |
2022-05-09 | fix for Helper::session_passwd return argument order | Jannis M. Hoffmann | |
2022-05-09 | improvements to i18n development experience | Jannis M. Hoffmann | |
2022-05-07 | added localization via Locale::Maketext | Jannis M. Hoffmann | |
2022-05-07 | allow action.list_deps to use any module | Jannis M. Hoffmann | |
2022-05-06 | switched to toml config format | Jannis M. Hoffmann | |
improved security with load over require | |||
2022-05-06 | improved actions help implementation | Jannis M. Hoffmann | |
added list_deps action | |||
2022-05-06 | removed old css file | Jannis M. Hoffmann | |
2022-05-05 | propper cram support (baring some details rng) | Jannis M. Hoffmann | |
2022-05-05 | improved actions script with help command | Jannis M. Hoffmann | |
2022-05-03 | extend matcher by adding role dynamically | Jannis M. Hoffmann | |
2022-05-03 | 'die' propagates automatically if empty | Jannis M. Hoffmann | |
2022-05-03 | reworked templates based on purecss | Jannis M. Hoffmann | |
2022-05-01 | mostly renamed 'noaction' to 'login' | Jannis M. Hoffmann | |
be carefult with GET vs POST | |||
2022-05-01 | use more tag helpers in templates | Jannis M. Hoffmann | |