Microsoft Outlook Add-in

Scan suspicious email without leaving Outlook.

Phishport exports the open message as raw EML, analyzes it with the Phishport backend, and returns a structured verdict directly inside the Outlook reading pane.

Public installs are intended to come through Microsoft Marketplace or AppSource after approval. Outlook does not support the same direct install-link flow used by Word, Excel, and PowerPoint add-ins.

What The Add-in Does

Authenticates The User

Production installs use Microsoft identity. Local sideload builds can still use the internal dev bearer-token path.

Exports The Open Email

The add-in uses Outlook Message Read APIs to export the currently open message as Base64 EML before analysis.

Returns A Verdict

The task pane renders severity, confidence, reasons, suspicious URLs, suspicious attachments, and cache status.

Supported Scope