in reply to Re^3: Need help parsing email using MIME::Parser ( mimeexplode )
in thread Need help parsing email using MIME::Parser

I meant that it already decodes it from the file being piped to STDIN, I just assumed there was also a function that allowed me to read that decoded stream as well.

The output file that's created is already decoded, so I don't need any further MIME tools.

I was also curious why the for() loop fails for $entry->parts for some reason. Isn't that a check for an encoded body or attachment?
  • Comment on Re^4: Need help parsing email using MIME::Parser ( mimeexplode )