Closed (fixed)
Project:
Mailhandler
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2005 at 19:38 UTC
Updated:
3 Jul 2006 at 02:24 UTC
When trying to retrieve mail from the the administrator interface, the following error is returned.
warning: imap_open(): Couldn't open stream {mysite.com:110/pop3}INBOX in /mysite/modules/mailhandler/mailhandler.module on line 17.
Any ideas?
Is this a configuration problem?
I know the POP settings, username etc are working.
Regards
Alan
Comments
Comment #1
gerhard killesreiter commentedyes, config problem. You may need to add notls or similar.
Comment #2
gerhard killesreiter commentedyes, config problem. You may need to add notls or similar.
Comment #3
alanburke commentedGerhard
Thanks for the Reply?
What do you mean by
Comment #4
robclay commentedI had the same problem... add "/notls" (without the quotes) to the mail box Extra Commands. See if that helps.
Comment #5
silurius commentedWhen I activated Mailhandler's retrieve function, I got this error:
Line 17 & 18 of that module:
Tried both /notls and /novalidate-cert to no avail.
Comment #6
moshe weitzman commentedyou don't have php imap extension loaded. see the requirements in the README