Age | Commit message (Collapse) | Author | |
---|---|---|---|
10 days | close QMailAuthuser after successful loginmain | Jannis M. Hoffmann | |
10 days | fixes and improvements for error handling | Jannis M. Hoffmann | |
13 days | make QMailAuthuser a context manager | Jannis M. Hoffmann | |
13 days | make the footer stick to the bottom | Jannis M. Hoffmann | |
13 days | better formatting of long sql queries | Jannis M. Hoffmann | |
13 days | spit of navigation element into its own file | Jannis M. Hoffmann | |
13 days | fix argument order of remove | Jannis M. Hoffmann | |
13 days | include a link that strips away url parameters | Jannis M. Hoffmann | |
14 days | update translations | Jannis M. Hoffmann | |
14 days | move write and logout buttons to the right | Jannis M. Hoffmann | |
14 days | keep url arguments for search combined with sort | Jannis M. Hoffmann | |
14 days | add fixes for search and sort | Jannis M. Hoffmann | |
14 days | improve adding and retreiving url arguments from forms | Jannis M. Hoffmann | |
14 days | update for mail-storage version 1.1.0 | Jannis M. Hoffmann | |
Now a keyset based pagination is used instead of an offset based one. This removes the dependency flask-paginate. URL arguments are taken from the request object in the displayheaders templates instead of passing them in manually. Not needed arguments for about render_template are removed. | |||
2024-12-05 | allow rendering of an attachment for multipart/alternative | Jannis M. Hoffmann | |
2024-11-21 | small round of fixes | Jannis M. Hoffmann | |
Fix the mispelling of an error in the varlink iterface definition. Remove debug print statement. Remove an erroneus close on a qma that is not opened. | |||
2024-11-19 | switch from protobuf based protocol to varlink | Jannis M. Hoffmann | |
2024-11-17 | keep per_page argument over folder navigation | Jannis M. Hoffmann | |
2024-11-17 | keep get parameters over post request on move/remove | Jannis M. Hoffmann | |
increase character limit on password length form validation | |||
2024-11-17 | use systemd service type notify instead of simple | Jannis M. Hoffmann | |
2024-11-17 | fix rendering of mails in home folder | Jannis M. Hoffmann | |
moved some logic into .read_mails.login | |||
2024-11-17 | fix rendering mails in sub folders | Jannis M. Hoffmann | |
2024-11-17 | use which from shutil for proper path lookup | Jannis M. Hoffmann | |
2024-11-17 | fix bug moving between sub folders | Jannis M. Hoffmann | |
display same folder on move/remove use match statement in extract.py now that we are on python 3.11 | |||
2024-11-16 | properly implement move and remove | Jannis M. Hoffmann | |
added add_folder method to jwebmail api | |||
2024-11-16 | add support for virtual users | Jannis M. Hoffmann | |
2024-11-10 | made password in config optional for sqlite | Jannis M. Hoffmann | |
use more sqlite like replace query | |||
2024-11-07 | improve install script and systemd-sysusers support | Jannis M. Hoffmann | |
2024-11-07 | correct about page and update pyproject file | Jannis M. Hoffmann | |
this makes redis and mysql optional dependencies | |||
2024-11-06 | correct README as REPLACE is not a privilege | Jannis M. Hoffmann | |
2024-11-05 | optimize sql queries | Jannis M. Hoffmann | |
2024-11-04 | fixes for older sqlite and python version | Jannis M. Hoffmann | |
2024-11-04 | add sqlite session timeout storage | Jannis M. Hoffmann | |
2024-11-04 | read flash messages on login page | Jannis M. Hoffmann | |
2024-11-04 | use context manager in MysqlTimeoutSession | Jannis M. Hoffmann | |
add documentation for database creation | |||
2024-11-01 | refresh session timeout on access | Jannis M. Hoffmann | |
2024-11-01 | add support for mysql session storage | Jannis M. Hoffmann | |
2024-11-01 | bump version; update unit file and deployment script | Jannis M. Hoffmann | |
2024-11-01 | localize file sizes | Jannis M. Hoffmann | |
2024-06-12 | add IPC documentation and bump version | Jannis M. Hoffmann | |
2024-06-12 | use jinja file size formatting and remove view.py | Jannis M. Hoffmann | |
2024-06-12 | add ansible depolyment script | Jannis M. Hoffmann | |
2024-04-12 | bump dev version | Jannis M. Hoffmann | |
2024-04-12 | remove some labels in templates and update flask-paginate | Jannis M. Hoffmann | |
2024-04-12 | fix json and raw formating for read | Jannis M. Hoffmann | |
2024-04-10 | fix local datetime calculation | Jannis M. Hoffmann | |
2024-04-10 | split js files and do local time conversion | Jannis M. Hoffmann | |
2024-04-10 | add Date and Message-ID mail headers on send | Jannis M. Hoffmann | |
2024-04-10 | fix for missing Date header | Jannis M. Hoffmann | |
2024-04-10 | send fix from header | Jannis M. Hoffmann | |