if I enable imapwu_api I got this error:
Call to undefined function imap_open() in /home/xz/source/drupal-test/sites/all/modules/mail_api/contrib/imapwu_api/imapwu_api.module on line 66
if I don't enable it nothing happens, i.e. no retrieval of messages, no errors, nothing.
(btw it's required or not? because iit's not listed as required in webmail_plus description)
Comments
Comment #1
scripthead commentedYou do not have PHP IMAP extensions installed. Please refer to this page: http://us3.php.net/manual/en/imap.setup.php
Comment #2
xlyz commentedinstalled.
now I'm stuck here:
I tried with 2 different imap server, and the error message was the same. Password was correct (checked several times)
Comment #3
peterx commentedI was stuck at the same point. The password worked in Squirrel. There were no error messages about PHP IMAP functions missing. I went into Cpanel and switched on PHP IMAP. Bingo! It worked. Well, it works non SSL. There is still a separate problem with SSL.
I updated my documentation page to mention the PHP IMAP requirement. See http://drupal.org/node/369604