Closed (fixed)
Project:
Webmail Plus
Version:
6.x-1.16
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2010 at 07:04 UTC
Updated:
5 Mar 2011 at 17:20 UTC
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
Comment #1
ptam commentedHi,
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
Comment #2
weblance commented+1
Comment #3
rasheedml commentedFatal 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
Comment #4
AjK commentedOn 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.
Comment #5
scripthead commentedThe 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.