summaryrefslogtreecommitdiff
path: root/src/jwebmail
AgeCommit message (Collapse)Author
2024-11-07correct about page and update pyproject fileJannis M. Hoffmann
this makes redis and mysql optional dependencies
2024-11-05optimize sql queriesJannis M. Hoffmann
2024-11-04fixes for older sqlite and python versionJannis M. Hoffmann
2024-11-04add sqlite session timeout storageJannis M. Hoffmann
2024-11-04read flash messages on login pageJannis M. Hoffmann
2024-11-04use context manager in MysqlTimeoutSessionJannis M. Hoffmann
add documentation for database creation
2024-11-01refresh session timeout on accessJannis M. Hoffmann
2024-11-01add support for mysql session storageJannis M. Hoffmann
2024-11-01bump version; update unit file and deployment scriptJannis M. Hoffmann
2024-11-01localize file sizesJannis M. Hoffmann
2024-06-12add IPC documentation and bump versionJannis M. Hoffmann
2024-06-12use jinja file size formatting and remove view.pyJannis M. Hoffmann
2024-04-12bump dev versionJannis M. Hoffmann
2024-04-12remove some labels in templates and update flask-paginateJannis M. Hoffmann
2024-04-12fix json and raw formating for readJannis M. Hoffmann
2024-04-10fix local datetime calculationJannis M. Hoffmann
2024-04-10split js files and do local time conversionJannis M. Hoffmann
2024-04-10add Date and Message-ID mail headers on sendJannis M. Hoffmann
2024-04-10fix for missing Date headerJannis M. Hoffmann
2024-04-10send fix from headerJannis M. Hoffmann
2024-04-10bug fixes for sending mail and increased page sizeJannis M. Hoffmann
2024-04-10initial implementation of sendmailJannis M. Hoffmann
2024-04-04add timeout for extract; use python3 in moveto3Jannis 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-04-04add missing fileJannis M. Hoffmann
2024-04-03enable redis session timeout refreshJannis M. Hoffmann
2024-03-17don't use bashism for moving file descriptorJannis M. Hoffmann
2024-03-17use a seperate pipe for auth data to the authenticatorJannis M. Hoffmann
2024-03-14mark read mails as such and correctly add root folderJannis M. Hoffmann
2024-03-12version bump and formatingJannis M. Hoffmann
2024-03-12convert internal message format from json to protobufJannis M. Hoffmann
2024-01-17raw response does not need to be utf-8Jannis M. Hoffmann
2023-12-08fix unread tagJannis M. Hoffmann
2023-12-08merge raw and readJannis M. Hoffmann
add json format for read
2023-12-08get header fields as optionalJannis M. Hoffmann
2023-12-08reorder run argumentsJannis M. Hoffmann
it somehow works now?!!?! don't use getex command for redis set lang_code more explicit
2023-12-07bugfix default languageJannis M. Hoffmann
2023-12-07increment dev versionJannis M. Hoffmann
2023-12-07use BABEL default language settingJannis M. Hoffmann
only accept valid locales
2023-12-07do path lookup of config progsJannis M. Hoffmann
2023-12-07move to build tool hatchJannis M. Hoffmann
don't require proxy field in config
2023-12-06bugfix for toml library usageJannis M. Hoffmann
2023-12-06add install script and unit fileJannis M. Hoffmann
reformat sources
2023-12-05add reverse proxy supportJannis M. Hoffmann
use correct version attribute removed some non-localized urls allow loading custom config file
2023-12-05update about for version 2Jannis M. Hoffmann
2023-12-04security fix login_requiredJannis M. Hoffmann
improve config defaults
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