Skip to content

kylebarlow/mbox2eml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Makefile 1.0%