README.rst
pyproject.toml
setup.py
aiosmtplib/__init__.py
aiosmtplib/__main__.py
aiosmtplib/api.py
aiosmtplib/auth.py
aiosmtplib/compat.py
aiosmtplib/connection.py
aiosmtplib/default.py
aiosmtplib/email.py
aiosmtplib/errors.py
aiosmtplib/esmtp.py
aiosmtplib/protocol.py
aiosmtplib/response.py
aiosmtplib/smtp.py
aiosmtplib/status.py
aiosmtplib/sync.py
aiosmtplib.egg-info/PKG-INFO
aiosmtplib.egg-info/SOURCES.txt
aiosmtplib.egg-info/dependency_links.txt
aiosmtplib.egg-info/requires.txt
aiosmtplib.egg-info/top_level.txt
docs/Makefile
docs/changelog.rst
docs/client.rst
docs/conf.py
docs/index.rst
docs/overview.rst
docs/reference.rst
docs/usage.rst
tests/__init__.py
tests/conftest.py
tests/smtpd.py
tests/test_api.py
tests/test_asyncio.py
tests/test_auth.py
tests/test_commands.py
tests/test_compat.py
tests/test_config.py
tests/test_connect.py
tests/test_email_utils.py
tests/test_errors.py
tests/test_esmtp_utils.py
tests/test_live.py
tests/test_main.py
tests/test_protocol.py
tests/test_response.py
tests/test_sendmail.py
tests/test_sync.py
tests/test_timeouts.py
tests/test_tls.py
tests/certs/invalid.crt
tests/certs/invalid.key
tests/certs/selfsigned.crt
tests/certs/selfsigned.key