in reply to Processing Attachements

It says the content is encoded in base64 for transport, so I'd guess you'd want to feed that data to MIME::Base64 for decoding before trying to make a TIFF out of it. I'd also search the other MIME modules on CPAN to see if any of them can assist in getting the attachment(s) out of the email text.
  • Comment on (ichimunki) Re: Processing Attachements