okay, I enabled the php imap extension...now i am getting different errors. it looks as though its trying to use the POP3 port instead of hte IMAP port, even though I have IMAP selected?
It should be using port 143, right, not 110? these are the errors i now get:
Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.mymailserver.com:110/pop3/notls}INBOX in /includes/cron/emailintegration.php on line 70
Warning: imap_headers(): supplied argument is not a valid imap resource in /includes/cron/emailintegration.php on line 73
Warning: imap_close(): supplied argument is not a valid imap resource in /includes/cron/emailintegration.php on line 807
EDIT: my settings are correct, I tested it with thunderbird IMAP just to doublecheck. and it works fine with thunderbird. I think it has to do with the port.
|