The simplest possible Bulwark Mail plugin. Logs lifecycle events and email activity to the browser console.
- Logs when the app is ready
- Logs when emails are opened (subject and sender)
- Logs when new emails arrive
- Tracks activation count in plugin storage
- Shows a welcome toast on first install
npm install
npm run build
cp manifest.json dist/
cd dist && zip -r ../hello-world.zip manifest.json index.jsUpload hello-world.zip via Admin → Plugins.