La comoda utility "readpst" su linux permette di convertire i files .PST nel formato .EML importabile in thunderbird con il plugin "ImportExportTools"
Per usare il comando readpst in windows basterà installare e usare il programma "CYGWIN Terminal"
cd /home/user/Downloads
mkdir outlook
mkdir archive
readpst -o ./outlook -M -u -w -e -b outlook.pst
readpst -o ./archive -M -u -w -e -b archive.pst