1.0.2 • Published 11 years ago
extract_attachments v1.0.2
extract_attachments
A command-line tool to extract attachments from an email message.
Install
npm install -g extract_attachmentsIf you get permission denied errors, try again with sudo:
sudo npm install -g extract_attachmentsUsing
If email.msg is the file you want to extract attachments from, do:
extract_attachments email.msgThe attachments will be written to your current directory with their original names in the email.