warning: imap_open() [function.imap-open]: Couldn't open stream {IMAP.sugensoftware.com:143}INBOX in \sites\all\modules\mail_api\contrib\imapwu_api\imapwu_api.module on line 73.
warning: imap_status(): supplied argument is not a valid imap resource in \mail_api\contrib\imapwu_api\imapwu_api.module on line 93.
warning: imap_check(): supplied argument is not a valid imap resource in \mail_api\contrib\imapwu_api\imapwu_api.module on line 179.
warning: imap_fetch_overview(): supplied argument is not a valid imap resource in \sites\all\modules\mail_api\contrib\imapwu_api\imapwu_api.module on line 165.

Comments

ptam’s picture

Hi,

Can anyone help me on this.I have set it properly and mails are coming but if there is no mail in inbox this error occur.

Thanks

weblance’s picture

+1

rasheedml’s picture

Fatal error: Cannot redeclare apachesolr_clean_text() (previously declared in ***/sites/all/modules/webmail_plus/contrib/webmail_plus_solr/webmail_plus_solr.cron.inc:173) in ***/sites/all/modules/apachesolr/apachesolr.index.inc on line 26

AjK’s picture

On first looks the problem appears to be that it attempts to login to the remote IMAP server with your Drupal username as the IMAP account name.

When I first tried this module I fully expected to be able to supply IMAP Server, User and Pass fields that I wanted to connect to. But all it offers is "password". No where to enter the IMAP username. So, off to a bad start for a web mail client.

So, I hacked about abit and hard coded in my IMAP username in the mail_api module. It then at least connected to the mail server (which finally showed an IMAP connect success rather than failure). But having sucessfully IMAPed login, it failed to pull a single email. Just said INBOX was empty (when I know it isn't).

Looks like this module isn't even -alpha quality let alone "release" and stable.

scripthead’s picture

Status: Active » Closed (fixed)

The above errors are results of the inability to connect to the IMAP server. The general IMAP server configuration is done via Mail API. There's no hacking necessary. The password is handled by Webmail Plus as that's a per-account kind of thing.