I'm hoping to use mailhandler on drupal to suck in an mbox into a fourm. However, I keep getting the following errors:

warning: imap_open() [function.imap-open]: Couldn't open stream in C:\wamp\www\ngl-drupal\modules\mailhandler\mailhandler.module on line 188. warning: imap_close(): supplied argument is not a valid imap resource in C:\wamp\www\ngl-drupal\modules\mailhandler\mailhandler.retrieve.inc on line 621.

It appears to be an imap_open error, which some posts have indicated is Windows dependent. Has anyone come across or more importantly solved this issue?

Thanks for the help,

John

link|improve this question

55% accept rate
You'll need to post some code in order for us to help you – Mark Nov 19 '09 at 16:04
Not really enough information to tell, but it looks like mailhandler is not able to connect to the imap server. Check your settings/paths/credentials and verify that PHP is allowed/able to talk to the outside world on the required ports. – Henrik Opel Nov 19 '09 at 19:20
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.