LICENSE
README.md
pyproject.toml
src/gmail_cleanup/__init__.py
src/gmail_cleanup/__main__.py
src/gmail_cleanup/applylog.py
src/gmail_cleanup/cli.py
src/gmail_cleanup/gmail_client.py
src/gmail_cleanup/portforward.py
src/gmail_cleanup/prompt.py
src/gmail_cleanup/backends/__init__.py
src/gmail_cleanup/backends/claude.py
src/gmail_cleanup/backends/ollama.py
src/gmail_cleanup/backends/openai.py
src/gmail_llm_cleanup.egg-info/PKG-INFO
src/gmail_llm_cleanup.egg-info/SOURCES.txt
src/gmail_llm_cleanup.egg-info/dependency_links.txt
src/gmail_llm_cleanup.egg-info/entry_points.txt
src/gmail_llm_cleanup.egg-info/requires.txt
src/gmail_llm_cleanup.egg-info/top_level.txt
tests/test_applylog.py
tests/test_backend_claude.py
tests/test_backend_ollama.py
tests/test_backend_openai.py
tests/test_backends_factory.py
tests/test_cli_apply_log.py
tests/test_cli_classify.py
tests/test_cli_misc.py
tests/test_cli_relabel.py
tests/test_dotenv_loading.py
tests/test_gmail_helpers.py
tests/test_gmail_retry.py
tests/test_gmail_search_skip.py
tests/test_portforward.py
tests/test_prompt.py