Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: email parsing problem?

by hanenkamp (Pilgrim)
on Dec 10, 2003 at 19:54 UTC ( [id://313838]=note: print w/replies, xml ) Need Help??


in reply to email parsing problem?

This is happening because the emails are in Quoted-Printable format. You may want to look into filtering via MIME::QuotedPrint.

Replies are listed 'Best First'.
Re: Re: email parsing problem?
by Octavian (Monk) on Dec 10, 2003 at 20:31 UTC
    well, I added the :
    use MIME::QuotedPrint;
    line, and changed:
    print tomail "$line\n";
    to use:
    $decoded = MIME::QuotedPrint::decode($line); print tomail "$decoded";
    and still no joy...I have a feeling this is the way to go, but I am not grasping the concept or something...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-18 18:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found