I figured it out. I knew it seemed stupid to not have some method of reading the unencoded file directly using the $entity that's already defined and accessing the full email.
I just came across this:
### Read the (unencoded) body data: if ($io = $ent->open("r")) { while (defined($_ = $io->getline)) { print $_ } $io->close; }
In reply to Re^2: Need help parsing email using MIME::Parser
by gossamer
in thread Need help parsing email using MIME::Parser
by gossamer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |