This project provides a simple yet powerful tool to convert .msg files into .eml format while preserving the folder structure. It is especially useful for users looking to batch-process large directories of .msg files into .eml format without losing the hierarchical organization.
- Folder Structure Preservation: Retains the original folder hierarchy in the output.
- Batch Conversion: Converts all
.msgfiles within the specified folder and subfolders. - Easy Setup: Minimal dependencies and straightforward configuration using Python and Poetry.
> git clone https://github.com/FrozenAssassine/MSG_to_EML.git
> cd MSG_to_EML
> poetry install> mkdir emails> poetry runThis project uses the msg2eml library by gfiocco to handle the conversion of .msg files into .eml format.