Re: how to open mht file

2021-12-05 Thread Darac Marjal
MHTML files are "MIME-encapsulation of aggregate HTML documents": https://en.wikipedia.org/wiki/MHTML In other words, you can treat this file very similar to a saved email. Some web browsers may be able to open it, too. Try the usual interfaces for opening a file with (for example in a file br

Re: how to open mht file

2020-10-14 Thread Dan Ritter
Long Wind wrote: > i save web page in android phone, it uses mht formathow to open it in > debian?below is part of mht file: That's an mail header on top of a MIME multipart container. Tools that can work on this include reformime (from maildrop) ripmime mimeview (from mailutils) -dsr-