.gitignore
CHANGELOG.rst
Dockerfile
LICENSE
README.rst
gunicorn.conf.py
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
assets/avatar.jpg
doc/Makefile
doc/conf.py
doc/index.rst
doc/_static/sphinxdoc.css
doc/_themes/.gitignore
doc/_themes/LICENSE
doc/_themes/README
doc/_themes/flask_theme_support.py
doc/_themes/flask/layout.html
doc/_themes/flask/relations.html
doc/_themes/flask/theme.conf
doc/_themes/flask/static/flasky.css_t
scripts/imap_test.py
scripts/mailadm.sh
src/mailadm/__init__.py
src/mailadm/app.py
src/mailadm/bot.py
src/mailadm/cmdline.py
src/mailadm/commands.py
src/mailadm/conn.py
src/mailadm/db.py
src/mailadm/gen_qr.py
src/mailadm/mailcow.py
src/mailadm/util.py
src/mailadm/web.py
src/mailadm.egg-info/PKG-INFO
src/mailadm.egg-info/SOURCES.txt
src/mailadm.egg-info/dependency_links.txt
src/mailadm.egg-info/entry_points.txt
src/mailadm.egg-info/not-zip-safe
src/mailadm.egg-info/requires.txt
src/mailadm.egg-info/top_level.txt
src/mailadm/data/__init__.py
src/mailadm/data/delta-chat-bw.png
src/mailadm/data/delta-chat-red.png
src/mailadm/data/opensans-regular.ttf
tests/conftest.py
tests/test_bot.py
tests/test_cmdline.py
tests/test_conn.py
tests/test_db.py
tests/test_gen_qr.py
tests/test_mailcow.py
tests/test_util.py
tests/test_web.py