16

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
    • Search the mails (as close as I can in Outlook)
    • Edit: delete mails or attachments
    • 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)
    • 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.

Hennes
  • 65,804
  • 7
  • 115
  • 169
nik
  • 57,042

6 Answers6

9

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, RedHat, and Fedora. 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.

jwaddell
  • 2,976
6

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.

chills42
  • 2,712
2

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

Axxmasterr
  • 7,966
1

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.

Cheeso
  • 2,159
1

I don't believe that you can view PST files without Outlook.

If the PST file is corrupt - something that happens with monotonous regularity - you should run:

C:\Program Files\Microsoft Office\Office12\SCANPST.exe

or - for 64bit Windows:

C:\Program Files (x86)\Microsoft Office\Office12\SCANPST.exe

Run it a few times to try and get rid of the corruption.

To prevent (actually it only reduces occurrences) corruption of PST's:

  • Keep them small (many small PST's are better than 1 large)
  • Don't keep them on network drives
  • Close them except when actually really needed
  • Back them up using a tool that uses Windows Shadow Copy

PST files used to be JET database files though I don't know if that is still true. When they were, in theory you should have been able to use a database tool to read them. Never actually tried though.

Julian Knight
  • 14,749
  • 3
  • 31
  • 46
0

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.

snowdude
  • 2,928
  • 19
  • 20