Chillibear
A place for notes about stuff

*NIX

Recover attachments from email text file

Sometimes it’s useful to be able to extract the attachment from an email when you’ve just got the plain text (well the encoded attachment) file to hand. You can make use of OpenSSL to decode the attachment data. Copy the encoded attachment bit of the email into a new file and use openssl thus: openssl [...]

After →