in reply to Re^2: Need help parsing email using MIME::Parser
in thread Need help parsing email using MIME::Parser
Yes, thanks, of course I knew that, but isn't it possible to read from the file since it's already opened?
Um, what file are you talking about?
Use mimeexplode to unpack an email into a directory
Then use any which way or Path::Tiny to read the files that got unpacked, they're like regular files at this point, not emails
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need help parsing email using MIME::Parser ( mimeexplode )
by gossamer (Sexton) on Apr 01, 2015 at 00:24 UTC |