.editorconfig
CHANGES.md
CONTRIBUTORS.md
LICENSE.GPL
LICENSE.md
MANIFEST.in
README.md
constraints.txt
docker-compose.yml
pyproject.toml
requirements.txt
setup.py
docs/.gitkeep
docs/dlr.svg
news/.changelog_template.jinja
news/.gitkeep
src/collective/__init__.py
src/collective.listmonk.egg-info/PKG-INFO
src/collective.listmonk.egg-info/SOURCES.txt
src/collective.listmonk.egg-info/dependency_links.txt
src/collective.listmonk.egg-info/entry_points.txt
src/collective.listmonk.egg-info/namespace_packages.txt
src/collective.listmonk.egg-info/not-zip-safe
src/collective.listmonk.egg-info/requires.txt
src/collective.listmonk.egg-info/top_level.txt
src/collective/listmonk/__init__.py
src/collective/listmonk/configure.zcml
src/collective/listmonk/dependencies.zcml
src/collective/listmonk/interfaces.py
src/collective/listmonk/listmonk.py
src/collective/listmonk/permissions.zcml
src/collective/listmonk/profiles.zcml
src/collective/listmonk/testing.py
src/collective/listmonk/behaviors/__init__.py
src/collective/listmonk/behaviors/configure.zcml
src/collective/listmonk/content/__init__.py
src/collective/listmonk/content/newsletter.py
src/collective/listmonk/controlpanel/__init__.py
src/collective/listmonk/controlpanel/configure.zcml
src/collective/listmonk/locales/__init__.py
src/collective/listmonk/locales/collective.listmonk.pot
src/collective/listmonk/locales/update.py
src/collective/listmonk/locales/de/LC_MESSAGES/collective.listmonk.po
src/collective/listmonk/locales/en/LC_MESSAGES/collective.listmonk.po
src/collective/listmonk/profiles/default/browserlayer.xml
src/collective/listmonk/profiles/default/metadata.xml
src/collective/listmonk/profiles/default/rolemap.xml
src/collective/listmonk/profiles/default/types.xml
src/collective/listmonk/profiles/default/types/Newsletter.xml
src/collective/listmonk/profiles/uninstall/browserlayer.xml
src/collective/listmonk/services/__init__.py
src/collective/listmonk/services/base.py
src/collective/listmonk/services/configure.zcml
src/collective/listmonk/services/mailings.py
src/collective/listmonk/services/subscriptions.py
src/collective/listmonk/setuphandlers/__init__.py
src/collective/listmonk/upgrades/__init__.py
src/collective/listmonk/upgrades/configure.zcml
tests/__init__.py
tests/conftest.py
tests/api/__init__.py
tests/api/test_mailings.py
tests/api/test_subscriptions.py
tests/setup/test_setup_install.py
tests/setup/test_setup_uninstall.py
tests/setup/upgrades/conftest.py