LICENSE
README.md
pyproject.toml
nicemail/__init__.py
nicemail.egg-info/PKG-INFO
nicemail.egg-info/SOURCES.txt
nicemail.egg-info/dependency_links.txt
nicemail.egg-info/entry_points.txt
nicemail.egg-info/requires.txt
nicemail.egg-info/top_level.txt
send/__init__.py
send/cli.py
send/client.py
send/auth/__init__.py
send/auth/google_device_code.py
send/auth/google_loopback.py
send/auth/msal_device_code.py
send/common/config.py
send/common/errors.py
send/common/logging.py
send/common/models.py
send/common/paths.py
send/credentials/__init__.py
send/credentials/store.py
send/message/__init__.py
send/message/builder.py
send/message/models.py
send/runtime/__init__.py
send/runtime/context.py
send/runtime/env.py
send/runtime/paths.py
send/transport/__init__.py
send/transport/dry_run_transport.py
send/transport/google_transport.py
send/transport/ms_graph_transport.py
send/transport/send.py
tests/test_cli_dry_run.py
tests/test_client_creation.py
tests/test_email_client_device_code.py
tests/test_email_client_message.py
tests/test_email_client_send.py
tests/test_google_device_code.py
tests/test_google_transport.py
tests/test_message_builder.py
tests/test_ms_graph_transport.py