1
1
Fork
You've already forked mailweb
0
No description
  • Rust 96.7%
  • Shell 3.3%
Jarkko Sakkinen 5140bbe111 Implement browser override
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
2026年04月10日 20:25:45 +00:00
dist refactor!: change the name of the project 2025年07月27日 17:17:11 +03:00
scripts chore: adjust the release notes generation 2025年07月27日 17:52:07 +03:00
src Implement browser override 2026年04月10日 20:25:45 +00:00
.gitignore Initial commit 2025年07月26日 07:54:34 +03:00
.tokeignore Initial commit 2025年07月26日 07:54:34 +03:00
Cargo.lock chore(release): bump version 0.2.1 2025年08月05日 15:33:37 +03:00
Cargo.toml chore(release): bump version 0.2.1 2025年08月05日 15:33:37 +03:00
LICENSE Initial commit 2025年07月26日 07:54:34 +03:00
README.md Implement browser override 2026年04月10日 20:25:45 +00:00

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 --open<Enter>
[view]
F10= :pipe -p mailweb --open<Enter>

mutt

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

macro index <F10> "<pipe-message>mailweb --open\n" "View HTML in browser"
macro pager <F10> "<pipe-message>mailweb --open\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.