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
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

Gerhard Killesreiter - November 28, 2005 - 19:45

yes, config problem. You may need to add notls or similar.

#2

Gerhard Killesreiter - November 28, 2005 - 20:42

yes, config problem. You may need to add notls or similar.

#3

alanburke - November 28, 2005 - 23:28

Gerhard
Thanks for the Reply?

What do you mean by

notls or similar

#4

robclay - January 14, 2006 - 23:24

I had the same problem... add "/notls" (without the quotes) to the mail box Extra Commands. See if that helps.

#5

silurius - July 2, 2006 - 19:07

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 17

Line 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

moshe weitzman - July 3, 2006 - 02:24
Status:active» closed

you don't have php imap extension loaded. see the requirements in the README

 
 

Drupal is a registered trademark of Dries Buytaert.