[RCU] This problem has been affecting me since I installed roundcube, I can't get Gmail's IMAP settings to work with it. The SMTP settings work fine: Code: [Select] Server: ssl://smtp.gmail.com Port:

2012-05-05 Thread Charles Carver
This problem has been affecting me since I installed roundcube, I can't get Gmail's IMAP settings to work with it. The SMTP settings work fine: Server: ssl://smtp.gmail.com Port: 465 User: Password: Trying to send email... SMTP send: OK But when I try to use G

[RCU] Re: This problem has been affecting me

2012-05-05 Thread Charles Carver
E A MEANINGFUL SUBJECT > > Am 06.05.2012 05:08, schrieb Charles Carver: > > This problem has been affecting me since I installed roundcube, I can't get > > Gmail's IMAP settings to work with it. > > > > The SMTP settings work fine: > > > > Ser

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
lem, but why are you trying to > get Roundcube to use Gmail? Why not just use Gmail's web interface? > > Jeff > > On Sat, 05 May 2012 23:37:23 -0400, Charles Carver wrote: > >> I originally had "Problem connecting to Gmail's IMAP server?" but I copied

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
emails from the account, as well as various other ones. On May 6, 2012, at 6:01 AM, Benny Pedersen wrote: > Den 2012-05-06 05:08, Charles Carver skrev: >> not connect to ssl://imap.gmail.com:993: Connection timed out) > > is your imap account open ?, this have to be enabled in gmail

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
I stated my reasons, and using my own server's IMAP account doesn't work either. On May 6, 2012, at 8:53 AM, Benny Pedersen wrote: > Den 2012-05-06 07:38, Jeff Grossman skrev: >> I know this is going to fix your problem, but why are you trying to >> get Roundcube to use Gmail? Why not just use

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
Wouldn't that not use the SSL port though? I feel like Gmail's IMAP is only open on that port. I'll try it regardless, but is there anyway to check if 993 is open? On May 6, 2012, at 8:55 AM, A.L.E.C wrote: > On 05/06/2012 02:40 PM, Charles Carver wrote: >> Using tis

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
06 14:40, Charles Carver skrev: > >> Also, I do have IMAP enabled for this account, as iMail and Sparrow >> can both retrieve the emails from the account, as well as various >> other ones. > > so is pear packages o

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
> Den 2012-05-06 14:54, Charles Carver skrev: >> I stated my reasons, and using my own server's IMAP account doesn't >> work either. > > so show logs from your server on what does not work In my "logs" folder in the root of the roundcube folder, t

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
What do you mean? Should I google how to test for this? > Den 2012-05-06 15:17, emilio brambilla skrev: > >> from a shell of the server where roundcube is installed on: >> telnet imap.gmail.com 993 > > telnet support ssl ? :=) > > try openssl client > > > _

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
l}INBOX in /index.php on line 29 On May 6, 2012, at 9:22 AM, Benny Pedersen wrote: > Den 2012-05-06 15:09, Charles Carver skrev: > >> In my "logs" folder in the root of the roundcube folder, the log >> files there are blank. Is there a secondary folder somewhere? > >

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
Do you still want me to try what you said below? Also, port 993 is open: s_client -connect imap.gmail.com:993 CONNECTED(0003) ... On May 6, 2012, at 10:01 AM, Benny Pedersen <> wrote: > Den 2012-05-06 15:32, Charles Carver skrev: >> The other directories don't hav

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
fine. > > Settings: > > $rcmail_config['default_host'] = 'ssl://imap.gmail.com'; > > $rcmail_config['default_port'] = 993; > > Don't forget to enable IMAP in your Gmail settings before!! > > > On May 6, 2012, at 10:01 AM, Benny Pe

Re: [RCU] This problem has been affecting me

2012-05-06 Thread Charles Carver
Okay, from my computer I get the following: telnet imap.gmail.com 993 Trying 173.194.76.108... Connected to gmail-imap.l.google.com. Escape character is '^]'. '^]'. Connection closed by foreign host. new-host-10:~ charlescarver$ >From my server: openssh s_cli

Re: [RCU] This problem has been affecting me

2012-05-07 Thread Charles Carver
lt_port'] = 993; > > Don't forget to enable IMAP in your Gmail settings before!! > > > On May 6, 2012, at 10:01 AM, Benny Pedersen <> wrote: > > > Den 2012-05-06 15:32, Charles Carver skrev: > >> The other directories don't have any error logs, at leas

Re: [RCU] This problem has been affecting me

2012-05-07 Thread Charles Carver
I got it, thanks. Still not connecting, and I'm on a different network: Connecting to ssl://imap.gmail.com... IMAP connect: NOT OK(Login failed for from . Could not connect to ssl://imap.gmail.com:993: Connection timed out) Also, your file was named config.inc.php, but it said to use m

Re: [RCU] This problem has been affecting me

2012-05-07 Thread Charles Carver
Version 5.2.17... blah. What could be the problem here? It's either the server somehow blocking it, or something's wrong with the config. I installed a fresh copy and still, no go. I could try creating a new gmail account for this, maybe multiple IMAP logins are not allowed? On May 7, 2012, at

Re: [RCU] This problem has been affecting me

2012-05-07 Thread Charles Carver
Let's try the first option to start off with. If it works there, then I'll contact Hostgator and see what the problem is. They usually have great service. On May 7, 2012, at 2:14 PM, Claudio Kuenzler wrote: > > Version 5.2.17... blah. > > Haha this is really becoming interesting. Is your IP

Re: [RCU] This problem has been affecting me

2012-05-07 Thread Charles Carver
I just checked on here and it's not: http://whatismyipaddress.com/blacklist-check On May 7, 2012, at 2:24 PM, Reindl Harald <> wrote: > > > Am 07.05.2012 20:23, schrieb Claudio Kuenzler: >>what about tell us the IP of your machine? >>it should be easy to find out if it is blacklisted!

Re: [RCU] This problem has been affecting me

2012-05-07 Thread Charles Carver
Contacted Hostgator... They basically said it wasn't the server that was blacklisted, but Gmail's IMAP server? And I changed my MX records to my own domain so that there wouldn't be a possible conflict while logging in... but so far I still can't login from my computer. I wish I could get a bet

[RCU] Custom replies and moving to folders?

2012-05-10 Thread Charles Carver
I'm hoping to use Roundcube as a portal type interface, where you can login and press a choice of buttons that will send static replies depending on the button, then move those emails to the appropriate folders. What's the best way to start a project like this? Are there any built in functional

[RCU] Simultaneous logins from different computers?

2012-05-14 Thread Charles Carver
While testing Roundcube, I've noticed that I can't be logged in with the same IMAP credentials on two different computers accessing the same installation of Roundcube. Clarification: Computer 1 is logged into "http://www.website.com/roundcube/"; successfully. If I open a different browser and

Re: [RCU] Simultaneous logins from different computers?

2012-05-15 Thread Charles Carver
t; On 05/15/2012 01:43 AM, Charles Carver wrote: >> >>> [14-May-2012 17:07:15 -0500]: IMAP Error: Login failed for LOGININFO@com >>> from IPADDRESS. >>> AUTHENTICATE PLAIN: Authentication failed. in >>> /roundcube/program/include/rcube_imap.ph