mailweb

Crates.iomailweb
lib.rsmailweb
version0.2.1
created_at2025-07-27 14:56:23.215492+00
updated_at2025-08-05 12:34:46.459623+00
descriptionExports HTML emails to folders together with their embedded content.
homepagehttps://codeberg.org/jarkko/mailweb
repositoryhttps://codeberg.org/jarkko/mailweb.git
max_upload_size
id1770140
size77,318
Jarkko Sakkinen (jarkkojs)

documentation

README

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.

Commit count: 0

cargo fmt