[PR #2923] [MERGED] Support Outlook Message File Format #7926

Closed
opened 2025-11-11 17:40:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2923
Author: @mindspawn
Created: 6/8/2024
Status: Merged
Merged: 6/8/2024
Merged by: @tjbck

Base: devHead: outlook-msg


📝 Commits (6)

📊 Changes

3 files changed (+17 additions, -2 deletions)

View changed files

📝 backend/apps/rag/main.py (+12 -0)
📝 backend/requirements.txt (+3 -1)
📝 src/lib/constants.ts (+2 -1)

📄 Description

Enable support for Outlook .msg format.
This change introduces support for the Outlook .msg format in open-webui, enabling users to directly drag and drop single emails, multiple emails, or entire email threads from Outlook into the interface, facilitating seamless interaction.


🔄 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/open-webui/open-webui/pull/2923 **Author:** [@mindspawn](https://github.com/mindspawn) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `outlook-msg` --- ### 📝 Commits (6) - [`4ecc1c0`](https://github.com/open-webui/open-webui/commit/4ecc1c06d3ae3f79d1daac556e6743d09787db75) Update main.py - [`f69bc57`](https://github.com/open-webui/open-webui/commit/f69bc57fed98b4c573836e2a31c354173fc08108) Update requirements.txt - [`cff8534`](https://github.com/open-webui/open-webui/commit/cff8534f330b3ed5c81436e438d447fe8e4d4187) Update constants.ts - [`d5a2a8a`](https://github.com/open-webui/open-webui/commit/d5a2a8a88023d249b2e7e2fbb2f7b8c4e814bd14) Update Dockerfile - [`6f9148a`](https://github.com/open-webui/open-webui/commit/6f9148ac4ca12830b00c1cc475b9c7be5bfd4960) Update main.py - [`2412f31`](https://github.com/open-webui/open-webui/commit/2412f31ed95fbfa28919ab789b676c7bcfda787a) Update Dockerfile to revert duplicated pip install ### 📊 Changes **3 files changed** (+17 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/main.py` (+12 -0) 📝 `backend/requirements.txt` (+3 -1) 📝 `src/lib/constants.ts` (+2 -1) </details> ### 📄 Description Enable support for Outlook .msg format. This change introduces support for the Outlook .msg format in open-webui, enabling users to directly drag and drop single emails, multiple emails, or entire email threads from Outlook into the interface, facilitating seamless interaction. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:40:26 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7926