| Version | Supported |
|---|---|
| latest | ✅ |
If you discover a security vulnerability, please report it by opening a GitHub issue with the security label. Do NOT open a public issue for security flaws that could expose user data.
We will acknowledge your report within 48 hours and work on a fix.
- Never commit
.envfiles — they contain passwords and token paths - Protect the
tokens/directory — OAuth tokens grant access to your email - Use file permissions:
chmod 600 tokens/*.token - Never share log files — they may contain email content snippets
- Rotate tokens by deleting the token file and reauthorizing periodically
- Use a dedicated Azure App — don't reuse OAuth credentials from other apps