.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.rst
pyproject.toml
setup.cfg
tox.ini
.github/workflows/publish.yml
.github/workflows/test.yml
docs/api.rst
docs/conf.py
docs/devguide.rst
docs/index.rst
docs/userguide.rst
docs/versionhistory.rst
src/smtpproto/__init__.py
src/smtpproto/auth.py
src/smtpproto/client.py
src/smtpproto/protocol.py
src/smtpproto/py.typed
src/smtpproto.egg-info/PKG-INFO
src/smtpproto.egg-info/SOURCES.txt
src/smtpproto.egg-info/dependency_links.txt
src/smtpproto.egg-info/not-zip-safe
src/smtpproto.egg-info/requires.txt
src/smtpproto.egg-info/top_level.txt
tests/conftest.py
tests/test_client.py
tests/test_protocol.py