Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[eml] Add an alias for mhtml file type that maps to eml #2375

Open
2 tasks done
frosencrantz opened this issue Apr 9, 2024 · 0 comments
Open
2 tasks done

[eml] Add an alias for mhtml file type that maps to eml #2375

frosencrantz opened this issue Apr 9, 2024 · 0 comments
Labels

Comments

@frosencrantz
Copy link
Contributor

The mhtml file format appears to be the same as eml. See wikipedia, and try it on example files found on GitHub.

The main comment from https://en.wikipedia.org/wiki/MHTML:

The .mhtml (Web archive) and .eml (email) filename extensions are interchangeable: either filename extension can be changed from one to the other.

Searching GitHub for sample mhtml files https://github.com/search?q=path%3A%2F%5C.mhtml%24%2F&type=code , I found: https://github.com/testimio/mhtml-parser/tree/master/demos
Ex:

Trying to open these files appears broken, even if I try just to use x command to extract a file, it has errors.

vd -z -f eml https://raw.githubusercontent.com/testimio/mhtml-parser/master/demos/wikipedia.mhtml

This does not require a new command, so the following items are N/A

If you want to propose a command, please include:

  • N/A what should the helpstring say
  • N/A where should this command go in the menu system

This FR originally came from #2312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant