1.0.2 • Published 9 years ago

extract_attachments v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

extract_attachments

A command-line tool to extract attachments from an email message.

Install

npm install -g extract_attachments

If you get permission denied errors, try again with sudo:

sudo npm install -g extract_attachments

Using

If email.msg is the file you want to extract attachments from, do:

extract_attachments email.msg

The attachments will be written to your current directory with their original names in the email.

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago