LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
smtpc/__init__.py
smtpc/cli.py
smtpc/config.py
smtpc/defaults.py
smtpc/enums.py
smtpc/errors.py
smtpc/message.py
smtpc/predefined_messages.py
smtpc/predefined_profiles.py
smtpc/utils.py
smtpc.egg-info/PKG-INFO
smtpc.egg-info/SOURCES.txt
smtpc.egg-info/dependency_links.txt
smtpc.egg-info/entry_points.txt
smtpc.egg-info/not-zip-safe
smtpc.egg-info/requires.txt
smtpc.egg-info/top_level.txt
tests/__init__.py
tests/test_config.py
tests/test_message_builder.py
tests/test_utils.py