For full documentation, visit docs.postguard.eu.
Identity-based email encryption add-in for Microsoft Outlook. Users can send and receive encrypted email using Yivi identity verification, without needing to exchange keys. This is one of the main end-user clients for PostGuard, alongside the Thunderbird add-on.
Requires Node.js 20 or later.
npm install
npm run dev-serverThe dev server runs on port 3000. For production builds:
npm run buildThere are no automated releases currently. To release a new version:
- Update the version in
package.json. - Run
npm run build. - Deploy through the Office admin center.
MIT