Error on retreiving mail
alanburke - November 28, 2005 - 19:38
| Project: | Mailhandler |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
yes, config problem. You may need to add notls or similar.
#2
yes, config problem. You may need to add notls or similar.
#3
Gerhard
Thanks for the Reply?
What do you mean by
#4
I had the same problem... add "/notls" (without the quotes) to the mail box Extra Commands. See if that helps.
#5
When I activated Mailhandler's retrieve function, I got this error:
Fatal error: Call to undefined function: imap_open() in /home/path/myuser/examplesite.com/drupalpath/modules/mailhandler/mailhandler.module on line 17Line 17 & 18 of that module:
$result = imap_open($box, $mailbox["name"], $mailbox["pass"]);$err = "domain";
Tried both /notls and /novalidate-cert to no avail.
#6
you don't have php imap extension loaded. see the requirements in the README