Wednesday, January 13, 2021

Email attachment extraction linux

If the email is a msg file:

sudo apt install ripmime
ripmime -i email.eml

If the email is an eml file:

sudo apt install mpack
munpack sample.eml
~

No comments:

Post a Comment