Skip to content

Simple tool to convert mbox file from google takeout to a folder of eml files

License

Notifications You must be signed in to change notification settings

bishoyh/mbox2eml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbox2eml

A simple tool to convert mbox files from Google Takeout to a folder of eml files.

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:

make

Usage

To convert an mbox file to individual eml files, use the following command:

./mbox2eml <mbox_file> <output_directory>

Example

./mbox2eml myemails.mbox output_emails

This will extract emails from myemails.mbox and save them into the output_emails directory.

About

Simple tool to convert mbox file from google takeout to a folder of eml files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published