.coveragerc
.gitignore
.travis.yml
MANIFEST.in
README.md
base.cfg
requirements.txt
setup.py
test-5.x.cfg
travis-5.x.cfg
docs/HISTORY.txt
src/slc/__init__.py
src/slc.mailrouter.egg-info/PKG-INFO
src/slc.mailrouter.egg-info/SOURCES.txt
src/slc.mailrouter.egg-info/dependency_links.txt
src/slc.mailrouter.egg-info/entry_points.txt
src/slc.mailrouter.egg-info/namespace_packages.txt
src/slc.mailrouter.egg-info/not-zip-safe
src/slc.mailrouter.egg-info/requires.txt
src/slc.mailrouter.egg-info/top_level.txt
src/slc/mailrouter/__init__.py
src/slc/mailrouter/adapters.py
src/slc/mailrouter/configure.zcml
src/slc/mailrouter/exceptions.py
src/slc/mailrouter/interfaces.py
src/slc/mailrouter/routers.zcml
src/slc/mailrouter/storage.py
src/slc/mailrouter/testing.py
src/slc/mailrouter/upgrades.py
src/slc/mailrouter/utils.py
src/slc/mailrouter/browser/__init__.py
src/slc/mailrouter/browser/add.pt
src/slc/mailrouter/browser/configure.zcml
src/slc/mailrouter/browser/list.pt
src/slc/mailrouter/browser/views.py
src/slc/mailrouter/profiles/default/actions.xml
src/slc/mailrouter/profiles/default/browserlayer.xml
src/slc/mailrouter/profiles/default/componentregistry.xml
src/slc/mailrouter/profiles/default/controlpanel.xml
src/slc/mailrouter/profiles/default/metadata.xml
src/slc/mailrouter/profiles/uninstall/actions.xml
src/slc/mailrouter/profiles/uninstall/browserlayer.xml
src/slc/mailrouter/profiles/uninstall/componentregistry.xml
src/slc/mailrouter/profiles/uninstall/controlpanel.xml
src/slc/mailrouter/tests/__init__.py
src/slc/mailrouter/tests/mail_html.txt
src/slc/mailrouter/tests/mail_mixed.txt
src/slc/mailrouter/tests/mail_plain.txt
src/slc/mailrouter/tests/test_adapters.py
src/slc/mailrouter/tests/test_folder.py
src/slc/mailrouter/tests/test_injection.py
src/slc/mailrouter/tests/test_storage.py