.gitignore
.isort.cfg
.mypy.ini
CHANGELOG.md
LICENSE
README.md
pylama.ini
setup.py
.github/dependabot.yml
.github/workflows/python-ci.yml
docs/user-guide.md
requirements/requirements-dev.txt
requirements/requirements-test.txt
requirements/requirements.txt
screenshots/e1.png
src/deltachat_cursed/__init__.py
src/deltachat_cursed/__main__.py
src/deltachat_cursed/account.py
src/deltachat_cursed/application.py
src/deltachat_cursed/events.py
src/deltachat_cursed/main.py
src/deltachat_cursed/notifications.py
src/deltachat_cursed/oauth2.py
src/deltachat_cursed/scli.py
src/deltachat_cursed/util.py
src/deltachat_cursed.egg-info/PKG-INFO
src/deltachat_cursed.egg-info/SOURCES.txt
src/deltachat_cursed.egg-info/dependency_links.txt
src/deltachat_cursed.egg-info/entry_points.txt
src/deltachat_cursed.egg-info/not-zip-safe
src/deltachat_cursed.egg-info/requires.txt
src/deltachat_cursed.egg-info/top_level.txt
src/deltachat_cursed/widgets/__init__.py
src/deltachat_cursed/widgets/chatlist.py
src/deltachat_cursed/widgets/composer.py
src/deltachat_cursed/widgets/conversation.py