Skip to content

Add one or more .eml files to a new or existing Unix-style mbox file.

Notifications You must be signed in to change notification settings

Jachimo/emlToMbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

.eml to .mbox converter

Converts a directory full of .eml files to a single Unix "mbox" file.

Accepts as input either an individual .eml file or a directory containing one or more .eml files.

The output mbox will be created if it doesn't already exist. If it exists, it will be appended to.

There is no checking for duplicates, so use caution. If duplicate filtering is desired, it could be added to add_file_to_mbox().

Inspired by http://www.cosmicsoft.net/emlxconvert.html

Usage:
Directory mode: $ ./emlToMbox.py inputdir/ output.mbox
Single-file mode: $ ./emlToMbox.py input.eml output.mbox

About

Add one or more .eml files to a new or existing Unix-style mbox file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages