CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/mail_objects.rst
docs/relaying.rst
docs/routing.rst
docs/salmon.bounce.rst
docs/salmon.commands.rst
docs/salmon.confirm.rst
docs/salmon.encoding.rst
docs/salmon.handlers.forward.rst
docs/salmon.handlers.log.rst
docs/salmon.handlers.queue.rst
docs/salmon.handlers.rst
docs/salmon.mail.rst
docs/salmon.queue.rst
docs/salmon.routing.rst
docs/salmon.rst
docs/salmon.server.rst
docs/salmon.testing.rst
docs/salmon.utils.rst
docs/salmon.view.rst
salmon/__init__.py
salmon/_version.py
salmon/bounce.py
salmon/commands.py
salmon/confirm.py
salmon/encoding.py
salmon/mail.py
salmon/queue.py
salmon/routing.py
salmon/server.py
salmon/testing.py
salmon/utils.py
salmon/view.py
salmon/data/prototype/README
salmon/data/prototype/muttrc
salmon/data/prototype/app/__init__.py
salmon/data/prototype/app/handlers/__init__.py
salmon/data/prototype/app/handlers/sample.py
salmon/data/prototype/app/model/__init__.py
salmon/data/prototype/config/__init__.py
salmon/data/prototype/config/boot.py
salmon/data/prototype/config/logging.conf
salmon/data/prototype/config/settings.py
salmon/data/prototype/config/test_logging.conf
salmon/data/prototype/config/testing.py
salmon/data/prototype/logs/.gitkeep
salmon/data/prototype/run/.gitkeep
salmon/data/prototype/tests/handlers/__init__.py
salmon/data/prototype/tests/handlers/open_relay_tests.py
salmon/data/prototype/tests/model/__init__.py
salmon/handlers/__init__.py
salmon/handlers/forward.py
salmon/handlers/log.py
salmon/handlers/queue.py
salmon_mail.egg-info/PKG-INFO
salmon_mail.egg-info/SOURCES.txt
salmon_mail.egg-info/dependency_links.txt
salmon_mail.egg-info/entry_points.txt
salmon_mail.egg-info/requires.txt
salmon_mail.egg-info/top_level.txt
tests/borked.msg
tests/bounce.msg
tests/salmon.png
tests/signed.msg
tests/spam
tests/config/__init__.py
tests/config/dump.py
tests/config/logging.conf
tests/config/settings.py
tests/config/testing.py
tests/salmon_tests/__init__.py
tests/salmon_tests/bounce_tests.py
tests/salmon_tests/command_tests.py
tests/salmon_tests/confirm_tests.py
tests/salmon_tests/encoding_tests.py
tests/salmon_tests/handler_tests.py
tests/salmon_tests/integration_tests.py
tests/salmon_tests/message_tests.py
tests/salmon_tests/queue_tests.py
tests/salmon_tests/routing_tests.py
tests/salmon_tests/server_tests.py
tests/salmon_tests/setup_env.py
tests/salmon_tests/testing_tests.py
tests/salmon_tests/utils_tests.py
tests/salmon_tests/view_tests.py
tests/salmon_tests/handlers/__init__.py
tests/salmon_tests/handlers/bounce_filtered_mod.py
tests/salmon_tests/handlers/simple_fsm_mod.py
tests/salmon_tests/templates/confirmation.msg
tests/salmon_tests/templates/content.markdown
tests/salmon_tests/templates/html_test.html
tests/salmon_tests/templates/style.css
tests/salmon_tests/templates/template.html
tests/salmon_tests/templates/template.txt
tests/salmon_tests/templates/unicode.html
tests/test_handlers/__init__.py
tests/test_handlers/dump.py