aboutsummaryrefslogtreecommitdiff
path: root/mu4web/maildir.py (unfollow)
Commit message (Collapse)Author
2023-07-25Fix and harden linter checks.Hugo Hörnquist
Harden the requirements of mypy, and also check against flake8 docstrings. And fix all errors and warnings resulting from that.
2023-05-02Configure linters.Hugo Hörnquist
Introduce flake8 and mypy for better error checking. Fix all errors and warnings emitted by those. Also fix type error with `url_for`.
2023-04-24Change imports to relative.Hugo Hörnquist
A testrun through `gunicorn mu4web.main:app` showed that we could either get it working by setting PYTHONPATH=$PWD/mu4web, or by changing all imports to relative. However, deploying it to the main python path didn't seem to work. Probably since i'm referencing local modules as global.
2022-12-01Minor cleanups.Hugo Hörnquist
2022-12-01Move maildir stuff to own directory.Hugo Hörnquist