AI Agent Hub
Back to plugins
DSH-EmailReader preview

DSH-EmailReader

Web Tools Updated 2026.08.28

Run the following command in DeepSeek Harness:

dsh plugin install huaxiren6/DSH-EmailReader

Paste the following prompt into your AI chat to install this plugin:

Install it in DeepSeek Harness by running dsh plugin install huaxiren6/DSH-EmailReader; the source code is available at https://github.com/huaxiren6/DSH-EmailReader

About this plugin

Since September 2024, Microsoft has fully disabled basic IMAP authentication for personal Outlook.com accounts, accepting only OAuth2. This renders most existing email plugins completely non-functional against Outlook, making it impossible to ask an AI to read a single message. DSH-EmailReader was built to close exactly that gap: OAuth2 (refreshToken plus clientId with automatic access-token exchange) is a first-class citizen, while password and app-specific-password paths remain available, so both Outlook and Gmail connect reliably.

The plugin exposes three model-callable tools: ol_email_list (recent inbox messages with sender, subject, date, and flags), ol_email_read (full MIME-parsed body of a single message), and ol_email_search (server-side IMAP full-text search, newest first). Every tool returns a unified { ok, ... } shape, so a misconfiguration never throws an exception and never takes down the host process. Multi-account arrays combined with an optional HTTP/SOCKS proxy cover the common scenarios of reaching Google from a university or corporate network, and managing several mailboxes through one plugin instance. Tool names carry the ol_email_ prefix, so they coexist cleanly with the marketplace dsh-email plugin's email_* names-both can be installed side by side, each handling its own mailbox.

If you work with Outlook or rely on a proxy to access Gmail, and you want an AI to read and search mail directly instead of you pasting summaries, this plugin is purpose-built for that workflow.

Screenshots

Use Cases

  • Ask the AI to read the latest Outlook inbox messages and summarize key points
  • Access Gmail through a local proxy on a university or corporate network to search emails
  • Switch between multiple mailbox accounts in a single conversation to handle different tasks

Best For

  • Outlook users whose password-based IMAP login has been blocked by Microsoft
  • Developers on university or corporate networks needing a proxy to reach Google services
  • Knowledge workers who want the AI to read and search emails directly instead of manually pasting summaries