https://github.com/lilydjwg/viewhtmlmsg
View an HTML email message in a browser (for text MUAs like mutt)
https://github.com/lilydjwg/viewhtmlmsg
email mutt mutt-html-mail text-ui
Last synced: 3 months ago
JSON representation
View an HTML email message in a browser (for text MUAs like mutt)
- Host: GitHub
- URL: https://github.com/lilydjwg/viewhtmlmsg
- Owner: lilydjwg
- License: gpl-2.0
- Created: 2020-10-07T14:30:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T06:52:09.000Z (over 2 years ago)
- Last Synced: 2026-01-28T22:17:29.263Z (5 months ago)
- Topics: email, mutt, mutt-html-mail, text-ui
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pass in an email message with HTML part and this script will open your browser for you to view it. For text mail user agents like mutt.
```
$ viewhtmlmsg --help
usage: viewhtmlmsg [-h] [-s] [-w WAIT] [-b APP] [--fork]
viewhtml - unpack html message and display with browser
optional arguments:
-h, --help show this help message and exit
-s, --safe view html w/o loading remote files
-w WAIT, --wait WAIT remove temporary files after WAIT seconds (0 for keeping files)
-b APP, --browser APP
prefer browser APP over $BROWSER environment
--fork fork immediately
```
This is a derived work of the `viewhtmlmsg` script from the [muttils](https://www.blacktrash.org/hg/muttils) project.