From cec62691db6265981202272623c21f814350408b Mon Sep 17 00:00:00 2001 From: Bishoy Hanna <358153+bishoyh@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:46:32 -0800 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89737fe..28bf824 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # mbox2eml -convert mbox from google takeout to eml -# Usage +A simple tool to convert mbox files from Google Takeout to a folder of eml files. -mbox2eml file.mbx dir +## Features + +- Extracts emails from an mbox file into a folder +- Utilizes multithreading for efficient processing + +## Requirements + +- C++ compiler supporting C++23 +- Make + +## Building + +To build the tool, run the following commands: + +```sh +make +```