Reading Old Emails with GoldFynch PST Viewer

If you've ever had to dig through an old archive of Outlook emails, you've probably run into a .pst file. Without having a full Microsoft Office installation, opening these files can be a real headache. Recently, I found the GoldFynch PST Viewer to be an incredibly helpful tool for solving this exact problem.

As an engineer, dealing with legacy file formats is a common challenge. What I really appreciate about this tool is that it's a simple, durable solution. It's built to run directly in your web browser, which means it respects your privacy—your sensitive old emails aren't being uploaded and processed on a random server somewhere. You can just drop the file in and read.

How to Use It

You don't need to install any heavy email clients or pay for proprietary software. Just visit the site and load your file. It's a great DRM-free way to maintain access to your own communication records over time.

A screenshot of the GoldFynch PST Viewer interface
The GoldFynch PST Viewer interface. Just drag and drop your .pst file.

Once loaded, you can browse through the folder structure and read individual emails. If you have a massive archive and want to search for a specific keyword, just rely on the standard Ctrl + F browser search to find what you need.

Looking for command-line alternatives?

If you prefer the terminal or want to script the extraction of attachments from a PST file, you might look into open-source tools like readpst. For instance, on a Debian-based Linux system (like my Pop!_OS setup), you can install and run it like this:

sudo apt-get install pst-utils
readpst -D -M -b -o output_directory/ my_archive.pst