8000 GitHub - robert-scheck/mbox2eml: Extract emails from mbox-like files to multiple eml files (useful to import in your email client)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Extract emails from mbox-like files to multiple eml files (useful to import in your email client)

License

Notifications You must be signed in to change notification settings

robert-scheck/mbox2eml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbox2eml

What is mbox2eml

Do you need to import some .eml email with your graphical client but the only thing you have is a huge mbox backup file? mbox2eml is a KISS (Keep it simple stupid) one-file app, which extracts one .eml file for every message contained in your mbox file. It uses C++ STL and some POSIX primitives.

Build

make

Usage

./mbox2eml < MBoxFile

produces one file per every email contained in MBoxFile

Known bugs

  • Further runs of this program will overwrite older files
  • Does not care about text encoding
  • Could break inline-PGP

License

This program is free software and is distributed under the terms of GNU GPL version 3 or any other further version.

About

Extract emails from mbox-like files to multiple eml files (useful to import in your email client)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.5%
  • Roff 10.5%
  • Makefile 6.0%
0