Automatically tags incoming emails based on configurable rules. Recognizes newsletters, invoices, and GitHub notifications out of the box.
- Newsletter detection — Tags emails from
noreply@addresses or with unsubscribe-related subjects - Invoice detection — Tags emails with invoice/receipt/billing keywords in the subject
- GitHub detection — Tags emails from GitHub notification addresses
- All rules are toggleable via plugin settings
api.hooks.onNewEmailReceived()— reacting to incoming emailapi.plugin.settings— user-configurable boolean settingsapi.storage— persisting counters across sessions- Pattern matching on email from/subject fields
npm install
npm run build
cp manifest.json dist/
cd dist && zip -r ../auto-tag.zip manifest.json index.jsUpload auto-tag.zip via Admin → Plugins.