mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1055] [CLOSED] Add outlook and update jira #1696
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/1055
Author: @ForeignKeyCN
Created: 6/8/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
80da952outlook and jira update2546192Add outlook integration📊 Changes
33 files changed (+3341 additions, -67 deletions)
View changed files
📝
tools/jira/manifest.yaml(+2 -2)📝
tools/jira/provider/jira.yaml(+1 -1)📝
tools/jira/tools/create_issue.py(+56 -26)📝
tools/jira/tools/create_issue.yaml(+8 -8)📝
tools/jira/tools/list_issue.py(+63 -14)📝
tools/jira/tools/list_issue.yaml(+55 -16)➕
tools/outlook/.difyignore(+178 -0)➕
tools/outlook/.gitignore(+171 -0)➕
tools/outlook/GUIDE.md(+117 -0)➕
tools/outlook/PRIVACY.md(+31 -0)➕
tools/outlook/README.md(+83 -0)➕
tools/outlook/_assets/icon.svg(+6 -0)➕
tools/outlook/main.py(+6 -0)➕
tools/outlook/manifest.yaml(+33 -0)➕
tools/outlook/provider/outlook.py(+89 -0)➕
tools/outlook/provider/outlook.yaml(+116 -0)➕
tools/outlook/requirements.txt(+4 -0)➕
tools/outlook/tools/add_attachment_to_draft.py(+207 -0)➕
tools/outlook/tools/add_attachment_to_draft.yaml(+76 -0)➕
tools/outlook/tools/draft_message.py(+240 -0)...and 13 more files
📄 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.4.0in 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.