aboutsummaryrefslogtreecommitdiff
path: root/mu4web/maildir.py (follow)
Commit message (Collapse)AuthorAge
* Fix and harden linter checks.Hugo Hörnquist2023-07-25
| | | | | Harden the requirements of mypy, and also check against flake8 docstrings. And fix all errors and warnings resulting from that.
* Configure linters.Hugo Hörnquist2023-05-02
| | | | | | Introduce flake8 and mypy for better error checking. Fix all errors and warnings emitted by those. Also fix type error with `url_for`.
* Change imports to relative.Hugo Hörnquist2023-04-24
| | | | | | | | | 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.
* Minor cleanups.Hugo Hörnquist2022-12-01
|
* Move maildir stuff to own directory.Hugo Hörnquist2022-12-01