I've had good success using Perl to connect to a MS Outlook mail server by
using the MAIL::IMAPClient module and talking to the server via the IMAP
protocol. The O'Reilly book "Programming Internet Email" (
http://www.oreilly.com/catalog/progintemail/ ) has a good section on this
type of thing.
On Nov 22, 2001 at 09:11 +1300, Clive Lansink took the soap box and proclaimed:
: Hi. I would like to be able to retrieve messages using a Perl script from
: an Outlook 2000 mailbox. I am currently searching for anything to give me a
: head start. I've found something that claims to do this for
I don't know, but at worst, you could parse the (often REALLY huge) data
file from your mailboxes. As the unix script does. With outlook express
it's .mbx, I don't know for outlook
Etienne
Clive Lansink wrote:
>
> Hi. I would like to be able to retrieve messages using a Perl script from
> an O