multidepart

Crates.iomultidepart
lib.rsmultidepart
version0.1.4
created_at2025-07-26 05:19:33.863356+00
updated_at2025-07-26 11:19:04.540397+00
descriptionExports HTML emails to folders together with their embedded content.
homepagehttps://codeberg.org/jarkko/multidepart
repositoryhttps://codeberg.org/jarkko/multidepart.git
max_upload_size
id1768834
size77,265
Jarkko Sakkinen (jarkkojs)

documentation

README

multidepart

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 multidepart in the message list and view:

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

mutt

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

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