After reading about Microsoft's Email Security patch for Outlook, I'm fed up with it.

Do you know what they did? A list of file extensions, including various scripting things that are the mechanism of most of these worms, and the venerable *.exe, are deemed "unsafe".

An unsafe file cannot be read. Period. It's not deleted, but there is no way to access it! That's nuts. It is not configurable in any way, nor is the patch removable.

I think the real fix is to stop using Outlook for mail! Little things, like clearly showing the complete file name of an attachment rather than a cute picture and a truncated name that's short enough to fit under it, would prevent accidently launching a worm when you thought you were opening a photo.

Anyway, it only takes maybe 20 lines to make a servicable email client in Perl, using some of the modules. A full-blown program with a nice UI and cool features is more work, but it would work from the get-go.

So, has anyone already written one? Using Super Search I found POP3 Email which i bogusware, and lots of false hits.

—John


In reply to Wanted: POP3 Client in Perl by John M. Dlugosz

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.