LinuxCommandLibrary

ripmime

Extract attachments out of a MIME encoded email package.

TLDR

Extract file contents in the current directory

$ ripmime -i [path/to/file]
copy


Extract file contents in a specific directory
$ ripmime -i [path/to/file] -d [path/to/directory]
copy


Extract file contents and print verbose output
$ ripmime -i [path/to/file] -v
copy


Get detailed information about the whole decoding process
$ ripmime -i [path/to/file] --debug
copy

Copied to clipboard