Closed (fixed)
Project:
Basic webmail
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
3 Jun 2008 at 11:18 UTC
Updated:
22 May 2015 at 06:13 UTC
Jump to comment: Most recent
Hi guys, I thought having webmail in Drupal is way so cool!
However, I'm having problem setting up with my Gmail account :s
I'm using the following config settings:
With all the below checked:
Comments
Comment #1
ch3nyong commentedOps, I missed out my request...
So, anyone can tell me what's wrong with my setting?
I'm getting error as follow:
warning: imap_open() [function.imap-open]: Couldn't open stream {imap.gmail.com:993/secure/ssl/validate-cert/tls}INBOX in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\drupal57\modules\basic_webmail\basic_webmail.module on line 1960.Any help is much appreciated! Please, Thanks!!
Comment #2
oadaeh commentedHere's what works for me:
Also, if you use the SMTP Authentication Support module, and set it up to use GMail settings, your outgoing mail will be saved in the Sent folder.
Comment #3
oadaeh commentedHere are the settings for the SMTP Authentication Support module:
Comment #4
ch3nyong commentedThanks oadaeh for your response! The configuration seems working!
However, I wonder why does it take so long that it does not response even after 10mins... :(
Fatal error: Maximum execution time of 300 seconds exceeded in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\drupal\modules\basic_webmail\basic_webmail.module on line 2474Comment #5
oadaeh commentedInteresting. You received an error while retrieving an error message from the IMAP server. Based on the line it's complaining about (2474), the IMAP server is not responding to a imap_last_error() function call. At the very least, it should be responding after 5 minutes. I don't know why it's doing that.
Comment #6
ch3nyong commentedThanks oadaeh, you've been so helpful, appreciate that!
I've tried debugging and see what's wrong with my webmail setup to gmail.
It seems that imap_last_error() returns nothing when imap_fetchstructure() fails, and the loop keeps on and on. Will it because of my large number of mails that causes the (actual) timeout? I doubt.
Still debugging, while handling tons of other tasks.
Comment #7
oadaeh commentedI need to add the information in comments 2 and 3 to the documentation.
Comment #8
oadaeh commentedAssigning to self.
Comment #9
oadaeh commentedMoving to a current branch.
Comment #10
oadaeh commentedI've added the information in comments 2 and 3 to the README.txt.
For 6.x-1.x: http://drupalcode.org/project/basic_webmail.git/commit/8bd2ad4
For 7.x-1.x: http://drupalcode.org/project/basic_webmail.git/commit/a0c173f
Comment #12
vishal.sirsodiya commentedHi
I have follow as setting as per the #3
But its not working Plz help me.
Error is :-
--------------------------------------------
SMTP -> FROM SERVER:
SMTP -> FROM SERVER:
SMTP -> ERROR: EHLO not accepted from server:
SMTP -> FROM SERVER:
SMTP -> ERROR: HELO not accepted from server:
SMTP -> NOTICE:
EOF caught while checking if connectedStartTLS not supported by server or could not initiate session.
Comment #13
oadaeh commented@vishal.sirsodiya, based on the error you posted, it looks like TLS is not supported. Try selecting SSL instead.
Comment #14
vishal.sirsodiya commented@oadaeh : Thankx :)