readpst: This software will allow you to convert all your .pst MS Outlook files into .mbox files. These .mbox files can then be imported into Evolution using its Import feature.
To install the readpst program in 11.10:
sudo apt-get install readpst
Sample command (assuming that you have a dual-core processor, you can run this task in parallel using the -j switch):
While @rigved has the correct answer, I'm writing this for those who may not use Ubuntu and need a bit of extra help. I use Gentoo, so this is how I installed readpst:
Install gnome-extra/libgsf (a gnome dependency, I use KDE)
readpst: This software will allow you to convert all your .pst MS Outlook files into .mbox files. These .mbox files can then be imported into Evolution using its Import feature.
To install the readpst program in 11.10:
Sample command (assuming that you have a dual-core processor, you can run this task in parallel using the -j switch):
You will need to change the paths to where you want to save the files and where you have saved your original .pst file.
After this, start Evolution and use the import feature to import these .mbox files, one-by-one.
While @rigved has the correct answer, I'm writing this for those who may not use Ubuntu and need a bit of extra help. I use Gentoo, so this is how I installed
readpst
:gnome-extra/libgsf
(a gnome dependency, I use KDE)libpst-0.6.75
./configure
,sudo make
andsudo make install