[PR #5400] [MERGED] GMail Agent Skill #5433

Closed
opened 2026-06-05 15:21:20 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5400
Author: @timothycarambat
Created: 4/10/2026
Status: Merged
Merged: 4/10/2026
Merged by: @timothycarambat

Base: masterHead: gmail-skill


📝 Commits (10+)

📊 Changes

53 files changed (+6578 additions, -5 deletions)

View changed files

📝 frontend/src/locales/ar/common.js (+121 -0)
📝 frontend/src/locales/cs/common.js (+120 -0)
📝 frontend/src/locales/da/common.js (+119 -0)
📝 frontend/src/locales/de/common.js (+125 -0)
📝 frontend/src/locales/en/common.js (+116 -0)
📝 frontend/src/locales/es/common.js (+127 -0)
📝 frontend/src/locales/et/common.js (+117 -0)
📝 frontend/src/locales/fa/common.js (+118 -0)
📝 frontend/src/locales/fr/common.js (+126 -0)
📝 frontend/src/locales/he/common.js (+117 -0)
📝 frontend/src/locales/it/common.js (+126 -0)
📝 frontend/src/locales/ja/common.js (+115 -0)
📝 frontend/src/locales/ko/common.js (+114 -0)
📝 frontend/src/locales/lt/common.js (+120 -0)
📝 frontend/src/locales/lv/common.js (+122 -0)
📝 frontend/src/locales/nl/common.js (+120 -0)
📝 frontend/src/locales/pl/common.js (+125 -0)
📝 frontend/src/locales/pt_BR/common.js (+124 -0)
📝 frontend/src/locales/ro/common.js (+123 -0)
📝 frontend/src/locales/ru/common.js (+124 -0)

...and 33 more files

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Description

Adds support for new built-in agent skill for interacting with GMail.

  • Supports Search and reading of files & threads + attachments
  • Support management, CRUD of Drafts (with attachments)
  • Support general inbox cleaning (move, delete, etc)
  • Safeguard against permissions

Do this with asking the user to setup and entire f***ing google cloud OAuth2 app - wtf.

Visuals (if applicable)

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5400 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/10/2026 **Status:** ✅ Merged **Merged:** 4/10/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `gmail-skill` --- ### 📝 Commits (10+) - [`bf82e1f`](https://github.com/Mintplex-Labs/anything-llm/commit/bf82e1f72f38a923c110afcb455071cba103e596) wip - [`17681a0`](https://github.com/Mintplex-Labs/anything-llm/commit/17681a00048db8af69c51f8004630049988b0fe0) remove label tech - [`8cf8679`](https://github.com/Mintplex-Labs/anything-llm/commit/8cf8679581537c1b6ada1a7917010f4b2ece389e) ask to read attachments - [`c79da53`](https://github.com/Mintplex-Labs/anything-llm/commit/c79da53c21e6a6ae350d09ecd5b0a5e4877f4bb5) update skills - [`0515f0b`](https://github.com/Mintplex-Labs/anything-llm/commit/0515f0b1689834f363ceb2adb5b69dccd2ac1b77) Skill ready and tested - [`c26f2e8`](https://github.com/Mintplex-Labs/anything-llm/commit/c26f2e8941ff0d545490ab146ea111bae789ee30) report dynamic citations and generic get mailbox util - [`1c8edac`](https://github.com/Mintplex-Labs/anything-llm/commit/1c8edac82d002aea173b6db4ef5ced5ca5ac8e30) norm translations - [`1c5f5d6`](https://github.com/Mintplex-Labs/anything-llm/commit/1c5f5d654a9876f2649ab8831c2d0a1bbfe11c0d) translations - [`dc26317`](https://github.com/Mintplex-Labs/anything-llm/commit/dc26317867ab43816de2dbdd38a49702132ae99f) Merge branch 'master' into gmail-skill - [`bfd7ae3`](https://github.com/Mintplex-Labs/anything-llm/commit/bfd7ae3c6b567ce559b3e7c481d10f4f744d9b2e) remove dead code, remove connector in multiUser ### 📊 Changes **53 files changed** (+6578 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+121 -0) 📝 `frontend/src/locales/cs/common.js` (+120 -0) 📝 `frontend/src/locales/da/common.js` (+119 -0) 📝 `frontend/src/locales/de/common.js` (+125 -0) 📝 `frontend/src/locales/en/common.js` (+116 -0) 📝 `frontend/src/locales/es/common.js` (+127 -0) 📝 `frontend/src/locales/et/common.js` (+117 -0) 📝 `frontend/src/locales/fa/common.js` (+118 -0) 📝 `frontend/src/locales/fr/common.js` (+126 -0) 📝 `frontend/src/locales/he/common.js` (+117 -0) 📝 `frontend/src/locales/it/common.js` (+126 -0) 📝 `frontend/src/locales/ja/common.js` (+115 -0) 📝 `frontend/src/locales/ko/common.js` (+114 -0) 📝 `frontend/src/locales/lt/common.js` (+120 -0) 📝 `frontend/src/locales/lv/common.js` (+122 -0) 📝 `frontend/src/locales/nl/common.js` (+120 -0) 📝 `frontend/src/locales/pl/common.js` (+125 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+124 -0) 📝 `frontend/src/locales/ro/common.js` (+123 -0) 📝 `frontend/src/locales/ru/common.js` (+124 -0) _...and 33 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Description Adds support for new built-in agent skill for interacting with GMail. - Supports Search and reading of files & threads + attachments - Support management, CRUD of Drafts (with attachments) - Support general inbox cleaning (move, delete, etc) - Safeguard against permissions Do this with asking the user to setup and entire f***ing google cloud OAuth2 app - wtf. <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### Visuals (if applicable) <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (if applicable) - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:20 -04:00
yindo closed this issue 2026-06-05 15:21:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5433