Metadata-Version: 2.1
Name: eml_reader_soso
Version: 1.0.1
Summary: A relatively lightweight graphical .eml file reader based on PyQt
Author-email: Leon Dionne <ldionne@dridesign.sh.cn>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: PyQt5
Requires-Dist: emlmailreader
Requires-Dist: soso_qt_extras >= 1.9.0
Requires-Dist: xdg_soso >= 1.1.0
Project-URL: Home, https://github.com/Zen-Master-SoSo/eml_reader_soso

# eml_reader_soso

A relatively lightweight graphical .eml file reader based on PyQt

## Install

```bash
$ pip install eml_reader_soso
$ eml-reader-soso --install
```

The "―install" option only works on XDG-compliant systems, which, AFAIK,
includes every major Linux distribution. It makes eml-viewer-soso available
from your desktop environment, such as the Gnome application menu or the Ubuntu
Unity Dash. Installation is per-user, NOT system-wide.

## Usage

Usage is straightforward. You can open a file from the command line:

```bash
$ eml-reader-soso Saved-Email.eml
```

Open the program without a file and open a file from the menu. Or click the
Open File button on the toolbar.

The "Go Previous" and "Go Next" commands go to the previous/next .eml file
found in the same directory as the one you are currently reading.


