# mbox-web-viewer

A web viewer for mbox files. Watches live for changes, and supports multiple email addresses.

## Quick Overview

```sh
npm i -g mbox-web-viewer
mbox-web-viewer
```
or using npx:

```sh
npx mbox-web-viewer
```

## Usage

```sh
usage: mbox-web-viewer [OPTIONS]
options:
    -h, --help            Print this help and exit.
    -f FILE, --file=FILE  Mbox file to process. Usually in /var/spool/mail/$USER
                          or /var/mail/$USER.
    -p PORT, --port=PORT  Port for the web server.

```
