summaryrefslogtreecommitdiff
path: root/pyproject.toml
AgeCommit message (Collapse)Author
2024-12-08update for mail-storage version 1.1.0Jannis 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-11-19switch from protobuf based protocol to varlinkJannis M. Hoffmann
2024-11-07correct about page and update pyproject fileJannis M. Hoffmann
this makes redis and mysql optional dependencies
2024-11-01add support for mysql session storageJannis M. Hoffmann
2024-04-04introduce moveto3Jannis M. Hoffmann
A program to move a file descriptor to 3 required for qmail-authuser and does not require a shell
2024-03-12convert internal message format from json to protobufJannis M. Hoffmann
2023-12-07move to build tool hatchJannis M. Hoffmann
don't require proxy field in config
2023-12-04add multi language urlsJannis M. Hoffmann
update translations use redis as session store add requirements.txt file to pin dependencies add proper subfolder support improve compatibility with python 3.9 correct js for login focus
2023-12-03initial commitJannis M. Hoffmann