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.


In reply to Re: Email checking and filtering tool on Windows: call for help by castaway
in thread Email checking and filtering tool on Windows: call for help by DaWolf

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.