[PR #308] [MERGED] mbox parsing improvements v1 #3295

Closed
opened 2026-02-22 18:33:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/308
Author: @franzbischoff
Created: 10/28/2023
Status: Merged
Merged: 10/30/2023
Merged by: @timothycarambat

Base: masterHead: feature/mbox


📝 Commits (2)

📊 Changes

1 file changed (+100 additions, -34 deletions)

View changed files

📝 collector/scripts/watch/convert/as_mbox.py (+100 -34)

📄 Description

better parse for e-mails.
deals with several encodings and multipart issues.
It can still miss some weird encoding that may be used on fields other than "Subject" and the e-mail content, but it seems a case-to-case to deal with in further versions.


🔄 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/308 **Author:** [@franzbischoff](https://github.com/franzbischoff) **Created:** 10/28/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `feature/mbox` --- ### 📝 Commits (2) - [`d50a91d`](https://github.com/Mintplex-Labs/anything-llm/commit/d50a91d373d2e09b35d20c11be6ec60b57ce6a7d) mbox parsing improvements v1 - [`e22dd1b`](https://github.com/Mintplex-Labs/anything-llm/commit/e22dd1b2b1ea051cec3a19c133b09d00458443f9) autobots roll out! ### 📊 Changes **1 file changed** (+100 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `collector/scripts/watch/convert/as_mbox.py` (+100 -34) </details> ### 📄 Description better parse for e-mails. deals with several encodings and multipart issues. It can still miss some weird encoding that may be used on fields other than "Subject" and the e-mail content, but it seems a case-to-case to deal with in further versions. --- <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-02-22 18:33:29 -05:00
yindo closed this issue 2026-02-22 18:33:29 -05: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#3295