Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oil3/mbox-decompiler
Native macOS .mbox decompiler: extract everything. .eml also supported.
https://github.com/oil3/mbox-decompiler
attachment-extractor attachments decompiler email extractor macos mbox mbox-format swift
Last synced: 5 days ago
JSON representation
Native macOS .mbox decompiler: extract everything. .eml also supported.
- Host: GitHub
- URL: https://github.com/oil3/mbox-decompiler
- Owner: Oil3
- Created: 2024-03-31T04:51:13.000Z (10 months ago)
- Default Branch: oil3
- Last Pushed: 2025-01-05T16:13:37.000Z (21 days ago)
- Last Synced: 2025-01-05T17:20:14.122Z (21 days ago)
- Topics: attachment-extractor, attachments, decompiler, email, extractor, macos, mbox, mbox-format, swift
- Language: Swift
- Homepage:
- Size: 644 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mbox Decompiler
![Swift](https://img.shields.io/badge/Swift-5.3-orange.svg)
![Platform](https://img.shields.io/badge/Platform-macOS-lightgrey.svg)Mbox-Decompiler is a free macOS application to extract attachments from mbox and eml files.
Built with Swift and designed for sandboxed environments.
#### Download from [_releases_](https://github.com/Oil3/Mbox-Decompiler/releases)- 📤 Made to extract excel attachments from .mbox files, and also supports .eml files. If you need more, just ask.
- 🔀 Does not try to run your file, rather it reads it and extracts the emmbedded files it finds.
- 📎 Save every attachments to a specific directory
- 🛅 Sandboxed, hardened, notarized macOS app
- 💻 Native macOS app with SwiftUI### .eml are actually also supported
Wasn't planned, but I had 30ish emails "forwarded as attachments", and I needed the respectives adjuncts, A App successfuly extracted the excel files I needed.### Why this app?
- Had to sum up 365 amounts, and for a significant quantity of I had to retrieve from emails.
- Used Google Takeout to receive an archive of those emails, and the ".mbox" format, which is quite a format, wasn't expected.