Unsubscribe Executor
Quick start
- •Confirm explicit approval to send unsubscribe requests.
- •Run
scripts/gmail_unsubscribe_oneclick.pyfor one-click URLs (dry-run first). - •Run
scripts/gmail_unsubscribe_mailto.pyfor mailto unsubscribes (dry-run first). - •Review logs before applying any changes.
Safety rules
- •Always do a dry-run and show a summary before sending requests.
- •Require explicit approval before HTTP requests or email sends.
- •Log every action with timestamps and message IDs.
Resources
- •
scripts/gmail_unsubscribe_oneclick.py: List-Unsubscribe URL executor. - •
scripts/gmail_unsubscribe_mailto.py: Mailto unsubscribe sender. - •
scripts/gmail_api.py: OAuth helper. - •
references/gmail-api-setup.md: OAuth setup steps and scopes.