Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Gmail Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
shouman
Newbie
Newbie


Joined: 19 March 2007
Online Status: Offline
Posts: 4
Posted: 19 March 2007 at 5:36am | IP Logged Quote shouman

I think this is a very newbie type of problem but I have to tell the problem here first. I download the Mailbee webmail Lite in php platform for Windows machine. I set it properly to my apache htdocs folder and able to see the login page in browser. Here what I need to say that using my gmail account login info how can I view or access my all gmail mails in the mailbee webmail?

Can anyone suggest me any solution here?
Back to Top View shouman's Profile Search for other posts by shouman
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 19 March 2007 at 5:58am | IP Logged Quote Andrew

Actually, Gmail's mail server requires secure SMTP and POP3 connections (using SSL) and doesn't allow connecting in non-secure mode (without SSL). MailBee WebMail Lite doesn't support SSL, but we're considering to add SSL support into one of future releases of upcoming MailBee WebMail Pro PHP.


Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 
shouman
Newbie
Newbie


Joined: 19 March 2007
Online Status: Offline
Posts: 4
Posted: 19 March 2007 at 6:04am | IP Logged Quote shouman

Is there any other package(PHP) of Mailbee which support SSL now?That should be free.
Back to Top View shouman's Profile Search for other posts by shouman
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 19 March 2007 at 6:56am | IP Logged Quote Andrew

Currently, only WebMail Lite is available for PHP platform, but it doesn't support SSL. However, you may implement SSL in WebMail Lite yourself because it's shipped as a source code and you're free to modify it to add any feature you need.

Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 
shouman
Newbie
Newbie


Joined: 19 March 2007
Online Status: Offline
Posts: 4
Posted: 19 March 2007 at 7:07am | IP Logged Quote shouman

Again I have a question because I have to resolve the issue.
How can I implement the SSL in the code?Which file I have to modify to implement the SSL?Any code.

Thanks again for your post.

Back to Top View shouman's Profile Search for other posts by shouman
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 19 March 2007 at 11:18am | IP Logged Quote Andrew

To make WebMail Lite PHP work with SSL, you should change /notls key to /ssl key in class_pop3.php file line 28 (imap_open function call). You can learn more at:
http://www.php.net/manual/en/function.imap-open.php

Also, you should install OpenSSL library to the server/workstation where MailBee WebMail Lite PHP is executed.


Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 
shouman
Newbie
Newbie


Joined: 19 March 2007
Online Status: Offline
Posts: 4
Posted: 20 March 2007 at 7:48am | IP Logged Quote shouman

Ya, according your post I done the all thing in my machine but when I try to log on it give me a error message "Incorrect tag name of the root element".
Back to Top View shouman's Profile Search for other posts by shouman
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 20 March 2007 at 9:31am | IP Logged Quote Andrew

Could you please provide us with the URL pointing to your WebMail Lite PHP installation? Thus, we would be able to check if the server-side code returns correct XML documents. It would be also very helpful if you provide us with FTP access with write permission to your WebMail Lite installation, thus, we would be able to inspect the change in source code you made and find a solution. Please don't publish this info on this forum, use our support form instead.

Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 
esteban
Newbie
Newbie


Joined: 10 April 2007
Online Status: Offline
Posts: 5
Posted: 10 April 2007 at 3:21am | IP Logged Quote esteban

i`m interested in this too.

were you able to use mailbee with gmail ?
Back to Top View esteban's Profile Search for other posts by esteban
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 10 April 2007 at 8:10am | IP Logged Quote Andrew

Shouman never replied to our request, so we couldn't get a chance to investigate this issue.


Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 
esteban
Newbie
Newbie


Joined: 10 April 2007
Online Status: Offline
Posts: 5
Posted: 10 April 2007 at 9:30am | IP Logged Quote esteban

then i can i reply in the place of soulman ?
Back to Top View esteban's Profile Search for other posts by esteban
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 10 April 2007 at 10:05am | IP Logged Quote Andrew

Yes, you may apply the changes described above.


Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 
esteban
Newbie
Newbie


Joined: 10 April 2007
Online Status: Offline
Posts: 5
Posted: 10 April 2007 at 12:56pm | IP Logged Quote esteban

i made the change to open_pop3 file
but i get the a time out error

Error: Can't connect to gmail-pop.l.google.com,995: Connection timed out

my host provides a shared secure server so tried bot on secure and on non secure connection with the same result
Back to Top View esteban's Profile Search for other posts by esteban
 
oleg
AfterLogic Support
AfterLogic Support
Avatar

Joined: 11 April 2007
Location: United States
Online Status: Offline
Posts: 21
Posted: 11 April 2007 at 7:49am | IP Logged Quote oleg

We suppose the last problem, described here (Connection timed out), could be possibly connected with:

1. Blocked 995 port on your (or higher level) firewall.
2. DNS error, which returns wrong IP address of gmail server. In our case, it is 209.85.135.109 for "gmail-smtp.l.google.com".

Try to use IP address instead Domain Name of GMAIL server and check settings of your firewall. Also check the "POP3 transfer" option in settings of gmail server, and try to receive your e-mail messages with the stand-alone mail client, supporting SSL connections (not WebMail).

Above instructions allow WebMail Lite to work with POP3 gmail accounts (we applied the changes and found it works fine).

P.S. Additional code inspection shows SSL connections are not yet supported with our SMTP implementation in the current version of WebMail Lite PHP.

Best regards,
Oleg
Back to Top View oleg's Profile Search for other posts by oleg Visit oleg's Homepage
 
esteban
Newbie
Newbie


Joined: 10 April 2007
Online Status: Offline
Posts: 5
Posted: 11 April 2007 at 11:29am | IP Logged Quote esteban

i`m able to check the gmail account using outlook so i guess that blocked port is not an issue

that leads me to wrong (??) servers

taken from google`s howtos i use
pop : pop.gmail.com:995
smtp: smtp.gmail.com:465

i used the ip you gave for smtp server but i think that i may also need the pop.gmail.com ip
i found to be this one 64.233.171.111 but it didn`t work


thanks for your reply
Back to Top View esteban's Profile Search for other posts by esteban
 
oleg
AfterLogic Support
AfterLogic Support
Avatar

Joined: 11 April 2007
Location: United States
Online Status: Offline
Posts: 21
Posted: 12 April 2007 at 2:56am | IP Logged Quote oleg

The IP addresses of GMAIL servers are the same for both POP and SMTP services. Try to change 64.233.171.111 with 209.85.135.109 for POP.GMAIL.COM.

Did you try to connect to gmail.com through Outlook from the same host/operating system as used for WebMail Lite PHP installation? If not, to make sure there are no problems with firewall, please try to connect to gmail.com through any mail client installed on the workstation on which WebMail Lite PHP is installed.

Also, nowadays, intelligent firewall/antivirus software is able to block network connections per applications. They often have black/white lists and MS Outlook is usually in the white lists while WebMail Lite is not.
Back to Top View oleg's Profile Search for other posts by oleg Visit oleg's Homepage
 
esteban
Newbie
Newbie


Joined: 10 April 2007
Online Status: Offline
Posts: 5
Posted: 13 April 2007 at 7:43am | IP Logged Quote esteban

thanks for the help

unfortunately the problem is not solved cause my host is blocking port 995 :(

i`ll think of a workaround since you`ve verified that it works with gmail
Back to Top View esteban's Profile Search for other posts by esteban
 
Sameh.Hegazy
Newbie
Newbie


Joined: 17 May 2007
Online Status: Offline
Posts: 1
Posted: 17 May 2007 at 6:46pm | IP Logged Quote Sameh.Hegazy

i face the same problem and i followed all the instructions with no result ,
the 995 is not blocked too
i use easyphp 1.8 for server
any help!
Back to Top View Sameh.Hegazy's Profile Search for other posts by Sameh.Hegazy
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 18 May 2007 at 2:45am | IP Logged Quote Andrew

If port 995 is blocked on your firewall, you should unblock it in the firewall's configuration. There is nothing to fix in WebMail Lite PHP to resolve this problem.

Also, please make sure "POP3 transfer" option is enabled in settings of your Gmail account. You may try to connect to your Gmail account through any other e-mail client to check if it's possible to access to the account through POP3 protocol.


Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 
LogicalProg
Newbie
Newbie
Avatar

Joined: 19 June 2007
Location: Bangladesh
Online Status: Offline
Posts: 1
Posted: 19 June 2007 at 1:36am | IP Logged Quote LogicalProg

Well it worked for me.Thanks to shouman and Andrew.

Andrew said:"...class_pop3.php file line 28..
to change nls 2 ssl".
You also ahve to make changes in the gmail account.Ima using latest version of XAMPP
in windows 2003 server.

Back to Top View LogicalProg's Profile Search for other posts by LogicalProg
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide