2013年4月18日 星期四

[readpst] Convert Outlook PST to Thunderbird 

sudo apt-get install readpst

Make a directory to store the email file

mkdir pst-export

readpst -D -M -b -o pst-export archive.pst

Rename the email file

find . -type f ! -iname '*.eml' -exec rename 's/([0-9]+)$/$1.eml/' {} \;

Import *.eml to thunderbird



Reference :

0 意見:

張貼留言