I would like to access my Microsoft Outlook archives (pst files) from machines that do not have Microsoft Office installed. Is that possible? Think of several years worth of PST archive files.

My basic criteria for access are as follows (in decreasing order of necessity),

  1. Open the PST file and view individual mails and attachments
  2. Search the mails (as close as I can in Outlook)
  3. Edit: delete mails or attachments
  4. Reorganize: move around mails across folders in the PST or outside to other formats handled by the tool (Say the Thunderbird native formats for example)
  5. Copy-in: move other mails into the PST file (this is stretching a bit far I guess)

If you know of tools that will work with some version of Outlook PST files, that is fine.

If you know of tools that are based on Linux rather than Windows, that is fine too.


Update: Recent Slashdot thread: Microsoft Opening Outlook's PST Format.
Based on this MSDN interoperability article:
Roadmap for Outlook Personal Folders (.pst) Documentation.

In order to facilitate interoperability and enable customers and vendors to access the data in .pst files on a variety of platforms, we will be releasing documentation for the .pst file format.

link|improve this question

75% accept rate
feedback

6 Answers

up vote 5 down vote accepted

The .PST file is a proprietary format, and AFAIK, can only be used by Microsoft products.

There are ways to get around this, such as using Thunderbird to open the file and creating a new archive based on the mbox format.

This initial conversion can only be done on Windows because it uses a built-in mail API to access the information, but once you have converted the archive it should be accessible by most email tools, both on Windows and Linux.

link|improve this answer
I guess this requires a Microsoft Outlook installed(?) Windows to begin. Once the conversion is done, the archives are available in the 'open' formats. That is a start. – nik Aug 7 '09 at 15:00
feedback

There is a tool called EX-Merge that allows you to extract all of the contents of an exchange mailbox. That one is only useful if you have an exchange server to connect to. Another program is a third party conversion utility. It can convert PSTs into a few different formats.

Transcend Utility for PST

Download ExMerge Here

link|improve this answer
So, the ExMerge is not usable on PST file archives that I have backed up. The Transcend utility sounds impressive, but it is not free. Thanks, will give these things more thought. – nik Aug 7 '09 at 15:02
feedback

libpst is an open source library which can be used to convert a PST file to a collection of mbox files. The latest version now works with the Outlook 2003 format, and it does not require Microsoft Outlook to be installed.

The readpst program is part of libpst, and is packaged for a number of Linux distributions including Ubuntu. There does not appear to be a Windows executable available from the primary libpst site so you might have to compile your own from the source code if you wanted to use it on Windows.

link|improve this answer
This sounds interesting. thanks. – nik Oct 27 '09 at 4:06
feedback

FileLocator Pro from Mythicsoft can read PST files: http://www.mythicsoft.com/filelocatorpro

I've used it to read PST files on machines that don't have Outlook (usually to find an important email or contact), although because you have to 'search' for the item you want to read it's not great if you just want to browse.

link|improve this answer
feedback

PST Walker lets you view and export items from a PST file.

enter image description here

It does not require Outlook to read a PST file. Costs $49.

link|improve this answer
feedback

The solution lies in using a free tool called Kernel Outlook PST Viewer. I hope it helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.