LICENSE
README.md
pyproject.toml
courier/__init__.py
courier/__main__.py
courier/_claude_command.py
courier/app_password.py
courier/auth_setup.py
courier/browser_auth.py
courier/config.py
courier/gmail_auth.py
courier/identity.py
courier/imap_client.py
courier/local_cache.py
courier/logging_setup.py
courier/markdown_render.py
courier/mcp_protocol.py
courier/mcp_server.py
courier/models.py
courier/oauth2.py
courier/oauth2_config.py
courier/query_parser.py
courier/resources.py
courier/sieve_filter.py
courier/smtp_client.py
courier/smtp_transport.py
courier/tools.py
courier.egg-info/PKG-INFO
courier.egg-info/SOURCES.txt
courier.egg-info/dependency_links.txt
courier.egg-info/entry_points.txt
courier.egg-info/requires.txt
courier.egg-info/top_level.txt
courier/workflows/__init__.py
courier/workflows/calendar_mock.py
courier/workflows/invite_parser.py
courier/workflows/meeting_reply.py
tests/test_app_password.py
tests/test_auth_setup.py
tests/test_browser_auth.py
tests/test_chain.py
tests/test_cli_send.py
tests/test_config.py
tests/test_copy.py
tests/test_gmail_auth.py
tests/test_identity.py
tests/test_imap_client.py
tests/test_imap_client_drafts.py
tests/test_imap_client_threading.py
tests/test_infrastructure.py
tests/test_install_claude_command.py
tests/test_local_cache.py
tests/test_markdown_render.py
tests/test_models.py
tests/test_oauth2_config.py
tests/test_query_parser.py
tests/test_resources.py
tests/test_search_formatters.py
tests/test_send_draft.py
tests/test_server.py
tests/test_sieve_filter.py
tests/test_smtp_client_composition.py
tests/test_smtp_transport.py
tests/test_status_command.py
tests/test_tools.py
tests/test_tools_attachments.py
tests/test_tools_compose.py
tests/test_tools_html_export.py
tests/test_tools_link_extraction.py
tests/test_tools_orchestration.py
tests/test_tools_read.py
tests/test_tools_reply.py
tests/test_tools_reply_drafting.py
tests/test_trash.py
tests/test_utils.py