in reply to IMAP modules and MS Exchange
The only part I'm not so sure about is where you use:
Since you've defined $FOLDER_NAME to be 'inbox' and there aren't usually any subfolders of inbox (I'm not too familiar with MS Exchange formats, so I could be wrong on this). This alone doesn't explain the messages you're getting though. That's why I'd recommend trying the program out one the Unix side first and then MS Exchange once the kinks have been smoothed out.my @folders = @{$server->folders($FOLDER_NAME)};
--Jim
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: IMAP modules and MS Exchange
by perrin (Chancellor) on Oct 07, 2002 at 22:39 UTC |