Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Forwarding emails from my Unix Mailbox

by jlongino (Parson)
on Sep 23, 2002 at 14:55 UTC ( [id://200122]=note: print w/replies, xml ) Need Help??


in reply to Forwarding emails from my Unix Mailbox

Although there might be something more straight forward, you might want to explore MIME::Entity. It is probably the best (but most detailed/involved way) to analyze/manipulate a message with attachments. The tricky part is determining whether or not you even have a message body text. As podmaster points out, you can use Mail::MboxParser, which is useful/easy for getting the body text or determining if there is one (example). Handling attachments is another matter and is not well documented in Mail::MboxParser.

That is where MIME::Entity might prove more useful. There is an example in the documentation showing how to "Muck about with the body data:" under "Manipulation examples". This will probably take a good bit of experimentation though.

--Jim

  • Comment on Re: Forwarding emails from my Unix Mailbox

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://200122]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-18 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found