LICENSE.txt
README.rst
pyproject.toml
setup.py
aiosmtplib/__init__.py
aiosmtplib/__main__.py
aiosmtplib/api.py
aiosmtplib/auth.py
aiosmtplib/email.py
aiosmtplib/errors.py
aiosmtplib/esmtp.py
aiosmtplib/protocol.py
aiosmtplib/py.typed
aiosmtplib/response.py
aiosmtplib/smtp.py
aiosmtplib/status.py
aiosmtplib/typing.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
tests/test_api.py
tests/test_asyncio.py
tests/test_auth_methods.py
tests/test_auth_utils.py
tests/test_commands.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_status.py
tests/test_sync.py
tests/test_timeouts.py
tests/test_tls.py