Skip to content

Instantly share code, notes, and snippets.

@henrahmagix
Created March 19, 2020 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrahmagix/b6d1aa192dfdc86d0a3d12b0f5291d40 to your computer and use it in GitHub Desktop.
Save henrahmagix/b6d1aa192dfdc86d0a3d12b0f5291d40 to your computer and use it in GitHub Desktop.
Pull the html out of an eml file
sed -n '/DOCTYPE/,/<\/html>/p;' $1 | perl -pe 's/=\r\n//g' | perl -pe 's/3D//g' | perl -pe 's/=[A-Z\d]{2}//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment