Today we used Net::IMAP::Simple to make perl talk to an Exchange server. We normally make Mozilla do most of the talking to the Exchange server, but today someone wanted perl to talk to it. Net::IMAP::Simple is pretty similar to Net::POP3, which we’ve used before.
I’m tempted to really wire up perl to do some crazy IMAP related stuff to see how much I can confuse the IT guys with what’s possible.