and looking further at the MS example arghh! I guess it would be nice to be able to exec a perl script from the MS Outlook rules, but maybe it would be easier to use Perl to check your mail before letting Outlook have a look?

If you have to run it on the client, maybe use Mail::POP3Client class or something similar to process the remote mail before letting Outlook have a peek?

But then again... you might have issues with keeping ahead of the 5 minute scheduled Outlook downloads...

If I was doing this, I would probably be hooking into the smtp receiving process on the mail server, or have a daemon post-process the users maildirs on the server.

Client mail processing is usually pretty unreliable. Makes me laugh when folks set up Outlook on their PCs to send vacation messages (yes, I know you can get Exchange to do it!) from their PCs... of course the cleaner needs that power-point, and so no vacation messages for three weeks, after the first evening 8-)

What did you have in mind to do with your mail processing that is not covered already in the rules?


In reply to Re: Re: Outlook - Custom Action by jaa
in thread Outlook - Custom Action by Anonymous Monk

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.