2025-03-14 21:59:59 -06:00
|
|
|
# ripmime
|
|
|
|
|
|
|
|
|
|
> Extract attachments out of a MIME encoded email package.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://pldaniels.com/ripmime/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Extract file contents in the current directory:
|
|
|
|
|
|
|
|
|
|
`ripmime -i {{path/to/file}}`
|
|
|
|
|
|
|
|
|
|
- Extract file contents in a specific directory:
|
|
|
|
|
|
|
|
|
|
`ripmime -i {{path/to/file}} -d {{path/to/directory}}`
|
|
|
|
|
|
|
|
|
|
- Extract file contents and print verbose output:
|
|
|
|
|
|
|
|
|
|
`ripmime -i {{path/to/file}} -v`
|
|
|
|
|
|
|
|
|
|
- Get detailed information about the whole decoding process:
|
|
|
|
|
|
|
|
|
|
`ripmime -i {{path/to/file}} --debug`
|