mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1366] [MERGED] adding oauth 2.0 to outlook tool #1855
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/1366
Author: @ForeignKeyCN
Created: 7/27/2025
Status: ✅ Merged
Merged: 7/27/2025
Merged by: @ForeignKeyCN
Base:
main← Head:main📝 Commits (3)
0470dd5adding oauth 2.0 to outlook tool7329c0bMerge branch 'langgenius:main' into mainf0958b4adding oauth 2.0 to outlook tool📊 Changes
18 files changed (+823 additions, -699 deletions)
View changed files
📝
tools/outlook/README.md(+423 -43)➕
tools/outlook/_assets/readme5.png(+0 -0)➕
tools/outlook/_assets/readme6.png(+0 -0)➕
tools/outlook/_assets/readme7.png(+0 -0)📝
tools/outlook/manifest.yaml(+5 -5)📝
tools/outlook/provider/outlook.py(+62 -79)📝
tools/outlook/provider/outlook.yaml(+93 -93)📝
tools/outlook/requirements.txt(+1 -3)📝
tools/outlook/tools/add_attachment_to_draft.py(+13 -62)📝
tools/outlook/tools/draft_message.py(+7 -68)📝
tools/outlook/tools/flag_message.py(+11 -61)📝
tools/outlook/tools/get_message.py(+109 -54)📝
tools/outlook/tools/get_message.yaml(+12 -12)📝
tools/outlook/tools/list_draft.py(+16 -58)📝
tools/outlook/tools/list_messages.py(+17 -57)📝
tools/outlook/tools/list_messages.yaml(+18 -0)📝
tools/outlook/tools/prioritize_message_tool.py(+12 -49)📝
tools/outlook/tools/send_message.py(+24 -55)📄 Description
Related Issues or Context
--> Dify 1.7.0 added oauth 2.0 to plugins
This PR contains Changes to Non-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)
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.