/wemed

MIME (MHTML and EML) editor

Primary LanguageCGNU General Public License v3.0GPL-3.0

wemed

WEbkit-based Mime EDitor.

Wemed can view, edit and create documents in MIME format. This includes email messages (.eml files) and MIME HTML archives (.mht or .mhtml files). Wemed uses Webkit to display HTML.

See

Building

Wemed depends on webkit2gtk-4.0 and gmime-2.6.

Arch Linux

# pacman -S gmime webkit2gtk

Ubuntu/Debian

# apt-get install libgtk-3-dev libgmime-2.6-dev libwebkit2gtk-4.0-dev

From here the process is standard:

$ git clone https://github.com/ohwgiles/wemed.git
$ mkdir -p path/to/build && cd path/to/build
$ cmake path/to/source
$ make