mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
[PR #2923] [MERGED] Support Outlook Message File Format #7926
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/open-webui/open-webui/pull/2923
Author: @mindspawn
Created: 6/8/2024
Status: ✅ Merged
Merged: 6/8/2024
Merged by: @tjbck
Base:
dev← Head:outlook-msg📝 Commits (6)
4ecc1c0Update main.pyf69bc57Update requirements.txtcff8534Update constants.tsd5a2a8aUpdate Dockerfile6f9148aUpdate main.py2412f31Update Dockerfile to revert duplicated pip install📊 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.