Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 739 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 739 Bytes

incredimail-converter-cmdline

A small tool to extract emails from the Incredimail2 format to eml files. Deleted mails are not supported. Only the Incredimail2 format is supported (upgrade to Incredimail2 first, this should upgrade the data before converting.)

RUN

Unzip the distribution and run with:

unzip incredimail-converter-cmdline-1.0.0.zip
./incredimail-converter-cmdline-1.0.0/bin/incredimail-converter-cmdline <incredimail dir> <empty output dir>

where incredimail dir is the Message Store directory under your Incredimail identity and is an empty or not existing directory, where the eml files will be placed.

BUILD

gradle clean installApp