UNPKG

mbox-web-viewer

Version:

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

28 lines (20 loc) 523 B
# 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. ```