Sorry for this, it's my error. Figured out that IMAP support was not
compiled into my PHP version. I hadn't thought to check, since Eventum
has been sending mails with no problems.
Devananda wrote:
> I've added debugging output to track the execution progress, and when
> I manually run
>
> /usr/local/bin/php -q download_emails.php eventum neomail.dohring.com
> INBOX
>
> the code exits at line 410:
> $mbox = @imap_open(Support::getServerURI($info),
> $info['ema_username'], $info['ema_password']);
>
> This explains why, as mentioned in my last email, Eventum is not
> recieving any emails sent to it - it is crashing when trying to
> connect to our IMAP server!
>
> Can anyone lend me some guidance?
>
>
> Thanks,
> Devananda
> Neopets, Inc
>