CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
docs/Makefile
docs/changelog.rst
docs/commandline.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
docs/security.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/__init__.py
tests/bounce_tests.py
tests/command_tests.py
tests/confirm_tests.py
tests/encoding_tests.py
tests/handler_tests.py
tests/integration_tests.py
tests/message_tests.py
tests/queue_tests.py
tests/routing_tests.py
tests/server_tests.py
tests/setup_env.py
tests/testing_tests.py
tests/utils_tests.py
tests/view_tests.py
tests/data/borked.msg
tests/data/bounce.msg
tests/data/salmon.png
tests/data/signed.msg
tests/data/spam
tests/data/config/__init__.py
tests/data/config/settings.py
tests/data/config/testing.py
tests/data/templates/confirmation.msg
tests/data/templates/template.html
tests/data/templates/template.txt
tests/data/templates/unicode.html
tests/data/test_app/README.md
tests/data/test_app/__init__.py
tests/data/test_app/config/__init__.py
tests/data/test_app/config/dump.py
tests/data/test_app/config/logging.conf
tests/data/test_app/config/settings.py
tests/data/test_app/config/testing.py
tests/data/test_app/test_handlers/__init__.py
tests/data/test_app/test_handlers/dump.py
tests/handlers/__init__.py
tests/handlers/bounce_filtered_mod.py
tests/handlers/simple_fsm_mod.py