Search

Lib.rs

› Email
#html #viewer

app mailweb

Exports HTML emails to folders together with their embedded content

by Jarkko Sakkinen

  • Install
  • Repository (codeberg.org)
  • Home (codeberg.org)

2 releases

Uses new Rust 2024

0.2.1 Aug 5, 2025
0.2.0 Jul 27, 2025

#322 in Email

Download history

54 downloads per month

GPL-3.0-or-later

26KB
234 lines

mailweb

Exports HTML emails to folders together with their embedded content.

This program is based on viewhtmlmail by Akkana Peck.


Key bindings

aerc

The following statements would bind F10 to mailweb in the message list and view:

[messages]
F10= :pipe -p mailweb --browse<Enter>
[view]
F10= :pipe -p mailweb --browse<Enter>

mutt

The following statements would bind F10 to mailweb in the message list and view:

macro index <F10> "<pipe-message>mailweb --browse\n" "View HTML in browser"
macro pager <F10> "<pipe-message>mailweb --browse\n" "View HTML in browser"

License

This project is licensed under the GNU General Public License v3.0. Read LICENSE for the full license text.

Dependencies

~9–12MB
~287K SLoC

  • anyhow
  • chrono
  • clap 4.5+derive
  • directories 6.0
  • html-escape
  • lol_html 2.6
  • mail-parser 0.11
  • opener 0.8
  • serde+derive
  • toml 0.9.2
See also: css-inline, lettre, snazy, slint-viewer, csview, hexyl, fblog, mujoco-rs, treemd, process_viewer, minedmap

Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski. It contains data from multiple sources, including heuristics, and manually curated data. Content of this page is not necessarily endorsed by the authors of the crate. This site is not affiliated with nor endorsed by the Rust Project. If something is missing or incorrect, please file a bug.