I know there's Win32::OLE out there, and while I haven't looked at that option, I'm really trying to stay out of requiring a Windows box for this particular objective. What I'd like to do is run parsing for our abuse inbox which is a public folder on our exchange server. For simplicity sake, lets say its 'Public Folders\abuse'. I've tried several perl modules including Mail::IMAPClient, Net::IMAP (unsuccessful... ugh), Net::IMAP::Simple, Email::Simple, and Net::IMAP::Client; all to no avail. The most recent debug I have is from Mail::IMAPClient:
Started at Thu Apr 21 12:14:01 2011 Using Mail::IMAPClient version 3.28 on perl 5.008005 Connecting via IO::Socket::INET to msexchange:143 Timeout 600 Connected to msexchange errno(Operation now in progress) Read: * OK The Microsoft Exchange IMAP4 service is ready. Sending: 1 LOGIN "user" "****" Sent 35 bytes Read: 1 OK LOGIN completed. Sending: 2 EXAMINE "Public Folders/abuse" Sent 50 bytes Read: 2 NO "Public Folders/abuse" doesn't exist.
Help would be awesome... if this can be done in *nix that would be preferred, if this has to be done in Win32::OLE then well... crap, guess I have to look at that. THX!

In reply to Using perl to access exchange public folder (linux) by bmenges

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.