ripmime

Extract attachments and decode MIME encoded email messages

brewmacoslinux
Try with needOr install directly
Source

About

Extract attachments out of MIME encoded email packages

Commands

ripmime

Examples

Extract all attachments from an email file to current directory$ ripmime -i email.eml
Extract attachments to a specific directory$ ripmime -i email.eml -d /tmp/attachments
Extract attachments and save email body to text file$ ripmime -i email.eml -e -d /tmp/output