mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1920] [MERGED] feat: outlook trigger #2150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1920
Author: @RockChinQ
Created: 10/23/2025
Status: ✅ Merged
Merged: 11/5/2025
Merged by: @RockChinQ
Base:
feat/triggers← Head:feat/rockchinq/outlook_trigger📝 Commits (7)
990da77feat: outlook trigger providerdef78bbfeat: success received emails9ea5e75feat: message distincting9511e10chore: remove tag53b4e9fdocs: add default README.md for outlook trigger147dfe0chore: remove unnecessary codesc82404cchore: bump dify-plugin version in outlook_trigger📊 Changes
15 files changed (+916 additions, -0 deletions)
View changed files
➕
triggers/outlook_trigger/.env.example(+4 -0)➕
triggers/outlook_trigger/README.md(+33 -0)➕
triggers/outlook_trigger/_assets/icon.svg(+35 -0)➕
triggers/outlook_trigger/_assets/images/config_oauth_01.png(+0 -0)➕
triggers/outlook_trigger/_assets/images/config_oauth_02.png(+0 -0)➕
triggers/outlook_trigger/_assets/images/get_credentials.png(+0 -0)➕
triggers/outlook_trigger/_assets/images/register_application_01.png(+0 -0)➕
triggers/outlook_trigger/_assets/images/register_application_02.png(+0 -0)➕
triggers/outlook_trigger/events/email_received.py(+33 -0)➕
triggers/outlook_trigger/events/email_received.yaml(+231 -0)➕
triggers/outlook_trigger/main.py(+6 -0)➕
triggers/outlook_trigger/manifest.yaml(+39 -0)➕
triggers/outlook_trigger/provider/outlook.py(+411 -0)➕
triggers/outlook_trigger/provider/outlook.yaml(+123 -0)➕
triggers/outlook_trigger/requirements.txt(+1 -0)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.