Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Email checking and filtering tool on Windows: call for help

by castaway (Parson)
on Jun 25, 2004 at 07:56 UTC ( [id://369568]=note: print w/replies, xml ) Need Help??


in reply to Email checking and filtering tool on Windows: call for help

You're missing Mail::Address and the complete set it goes with called MailTools. Also Net::POP3. Both of which I used to write a pre-filtering mail tool (which is hiding somewhere in code catacombs I believe).

As you are running on Windows, Mail::SendMail probably wont be of much use, since it requires a local sendmail installation, I think. Also, since you say you want to check accounts and delete mails, why have you listed mail sending tools at all? Mail::Sender, Mail::SendEasy and Mail::SendMail are all useless to you for your stated goal.

Mail::Box seems to be mostly for handling local mbox or maildir type mailboxes, usually found on unix-like systems. I doubt this would be all that useful on a Windows system.

All you actually need is something to contact your email account(s), like Net::POP3 or Mail::Pop3client, and something to parse the actual mails. ie MailTools.

C.

  • Comment on Re: Email checking and filtering tool on Windows: call for help

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-19 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found