Home

Awesome

Simple mbox viewer

A simple viewer to view mbox files such as Thunderbird Archives, Google mail archives or simple Eml files. Download Windows MBox Viewer

Supported OS

MBox Viewer is supported on Windows XP platform or later.

Features

License

Mbox viewer is a free software. Most of it is licensed under AGPLv3. Small parts are licenced under CPOL 1.02. MailKit open source library linked to connect to SMTP servers is licensed under MIT. See the LICENSE.txt file included in the distribution for further details.

NOTE: The source code and executable were released under GPLv2 on Sourceforge since the project inception as shown on the Summary page. There was no explicit license information for the project on the Github. However, without a license, the default copyright laws apply, meaning that authors retain all rights to the source code and no one may reproduce, distribute, or create derivative works from the work. The LICENSE.txt file was added in v1.0.3.4 to make the licensing explicit and to synchronize the License published on Sourceforge and Github.

Documents

UserGuide.pdf provides comprehensive information how to install MBox Viewer, start and use supported features.

Videos

Refer to Introduction to MBox Viewer video (somewhat outdated) for introduction.

Installation

MBox Viewer executable is released as mbox-viewer.exe-v1.0.3.XX.zip file. Please install zip file in selected folder and unzip the zip file. This wil create mbox-viewer.exe-v1.0.3.XX subfolder under the selected folder. The mbox-viewer.exe-v1.0.3.XX subfolder will contain two executable files mboxview.exe or mboxview64.exe.

Running

Open created mbox-viewer.exe-v1.0.3.XX subfolder. Double left click on the mboxview.exe or mboxview64.exe file to start MBox Viewer. You will be asked to configure folder for all temporary files created by MBox Viewer.

On the main top tool bar, select the File option to open the drop menu and then select the Select folder... option. Browse to the folder containing one or more mbox and/or eml mail archive files and select it. All valid mail archive files will appear in the Mail Archive Tree window.

Left click on one of the archive files to load all mails within that archive. Progress bar will appear and automatically close after the selected archive is fully processed. Mail header information of each email will appear in the Summary window. Note that parsing of very large archive file may take some time since the mail archives are text files and every character has to be examine one by one.
However, subsequent loading of mails is done from the index file created by the mboxview during the initial parsing of the archive file and is much faster. The created index file contains content meta data of each mail in the archive file. i.e. the mail header information and the position of each mail within the mail file for quick access to the mail message/body. The index files have the .mboxview extension.

Left Click on one of the mails in the Summary window to show the Message/Body of that email in the Message window. The mail retrieval state, total number of mails in the archive and the position of the selected mail within the archive is shown on the status bar.

Refer to Introduction to MBox Viewer video for basic information on how to run MBox Viewer.

Refer to provided UserGuide.pdf how to run MBox Viewer from command line.

Changes

See CHANGE_LOG.md file.

Building

MBox Viewer project executables are built under VS 2022. Project contains two solution files:

mboxview.sln - this will build Release and Debug versions of mboxview.exe and mboxview64.exe executables

ForwardEmlFile/ForwardEmlFile.sln - this will build Release and Debug versions of ForwardEmlFile.exe