Skip to content

Convert email export format from `mbox` to `eml`. And some useful tools.

Notifications You must be signed in to change notification settings

hunterMG/mbox2eml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbox to eml

Convert email export format from mbox to eml. And some useful tools.

Tested on python3.11 but should works fine on other versions of python3.

Uasge:

➡️ Convert mbox to eml:

python3 mbox2eml.py -f spam.mbox -o output

👁️ Read eml file content in CLI:

python3 read_eml.py <input_eml_path>

🛠️ Modify a specified section of eml. (Modify this code as needed.)

python3 modify_eml.py <input_eml_path> <output_eml_path>

About

Convert email export format from `mbox` to `eml`. And some useful tools.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages