Agent Plugins Marketplace
All plugins

outlook-email

v0.1.7

Work with Outlook Email using the configured Microsoft Outlook app connector.

Codex

By OpenAILicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install outlook-email for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add outlook-email@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “outlook-email” remain stable.

  • Codex: outlook-email@agent-plugin-marketplaceoutlook-email@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/outlook-email/.

Plugin files

plugins/outlook-email/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/outlook-email/.codex-plugin/plugin.json
{
  "name": "outlook-email",
  "version": "0.1.7",
  "description": "Work with Outlook Email using the configured Microsoft Outlook app connector.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://www.microsoft.com/en-us/microsoft-365/outlook/email-and-calendar-software-microsoft-outlook",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "outlook-email",
    "outlook",
    "email",
    "microsoft",
    "microsoft 365",
    "office 365",
    "exchange",
    "mail",
    "inbox"
  ],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Outlook Email",
    "shortDescription": "Triage Outlook inboxes",
    "longDescription": "Use Outlook Email to triage inboxes, summarize threads, extract actions, and draft replies or forwards through the connected Microsoft Outlook app.",
    "developerName": "OpenAI",
    "category": "Communication",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://www.microsoft.com/en-us/microsoft-365/outlook/email-and-calendar-software-microsoft-outlook",
    "privacyPolicyURL": "https://www.microsoft.com/en-us/privacy/privacystatement",
    "termsOfServiceURL": "https://www.microsoft.com/en-us/servicesagreement/",
    "defaultPrompt": [
      "Triage inbox, summarize thread, or draft reply or forward"
    ],
    "brandColor": "#0078D4",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[outlook-email on Agent Plugins Marketplace](https://pluginsmp.com/plugins/outlook-email)