Koozali.org: home of the SME Server

FYI: Great ajax mail client

djhomeless

FYI: Great ajax mail client
« on: March 03, 2006, 12:07:06 AM »
Howdy all,
I know everyone just loves Horde (well, not me anyway), but I wanted to let everyone know about a new IMAP mail client that I've been following the progress of.

Its called RoundCube and it recently just passed Alpha status. If you like the Ajax-effects on Gmail, you'll love Roundcube. Its pretty, its sleek, and it very easy to deploy.

I've got it running on an Ibay, and with a little modification to the config, you can get it to check virtually any IMAP account on, or off your box.

Check it out: http://www.roundcube.net/

Geoffrey

Offline gregswallow

  • *
  • 651
  • +1/-0
FYI: Great ajax mail client
« Reply #1 on: March 03, 2006, 07:55:38 AM »
Good find - I'd like to make an rpm for it.  Can you tell me what modifications you had to take to make it work.

Horde also has an Ajax webmail client in the works.  It's called DIMP (Dynamic IMP) - but only works with the CVS version of Horde at the moment.

djhomeless

FYI: Great ajax mail client
« Reply #2 on: March 03, 2006, 08:30:19 AM »
Just two places, first the config file has a way of checking multiple IMAP servers, however it is not documented well.
Code: [Select]

$rcmail_config['default_host'][] = 'localhost';
$rcmail_config['default_host'][] = 'imap.somedomain.com';
$rcmail_config['default_host'][] = 'imap.anotherdomain.com';


What that will do is give the user a drop down to select when logging in. However, if your going to jump dump it on your SME, just put in the following default setting:

Code: [Select]
$rcmail_config['default_host'] = 'localhost';

The other config I set, which to be honest I'm not 100% sure I had to, was the default IMAP port:

Code: [Select]
$rcmail_config['default_port'] = 993;

I know on startup I can see both IMAP and IMAPS starting, so just to be safe I configured roundcube to use 993 instead of 143. However, since its on localhost, I guess using 143 wouldn't hurt.

This is a really slick client, its impressive how far its come in just a few short months (since Alpha).

Geoffrey

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
FYI: Great ajax mail client
« Reply #3 on: March 05, 2006, 06:09:52 PM »
Very Nice!
Works fine with 6 and 7!
I'm having a nard time trying to get LDAP to work, have you tried that?

Thanks,

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
not combo ; not folders
« Reply #4 on: March 06, 2006, 12:54:02 AM »
Code: [Select]

$rcmail_config['default_host'][] = 'localhost';
$rcmail_config['default_host'][] = 'imap.somedomain.com';
$rcmail_config['default_host'][] = 'imap.anotherdomain.com';


This do not work to me. I do not get a combo  box to choose my email server.

Other thing:
I was unable to see other folders than Inbox, send a trash! I have several other visible on webmail (horde) of SME7pre3.

Jáder
...

policymap

FYI: Great ajax mail client
« Reply #5 on: April 18, 2006, 02:52:52 PM »
Is there a contrib or Howto for RoundCube ?
I would really like to try it out

VJ

jamesd1343

roundcube on sme 601
« Reply #6 on: April 24, 2006, 05:49:09 PM »
dropped files into ibay with permissions
created mysql db
edited conf files one for db connection other to specify domain name
logged in

all seems to be working for the most part

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
FYI: Great ajax mail client
« Reply #7 on: April 24, 2006, 07:40:43 PM »
I also did same thing.
And was unable to see my other folders (see previous post) because they do not came selected by default and I haven´t changed that on "Settings".


Jáder
...

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
FYI: Great ajax mail client
« Reply #8 on: April 24, 2006, 08:10:01 PM »
Jader, I don't know what is it you're setting wrong, but for me it has worked fine. My complaints are about the limitations of the application itself: no search and no calendar.

Rgds,

djhomeless

FYI: Great ajax mail client
« Reply #9 on: April 28, 2006, 04:22:45 PM »
Well it is still technically a beta. I just love the ease of use of the application. I'm hopeful in future versions they will encorporate a wysiwyg editor and of course search.

Geoffrey

Offline Ryan483

  • *
  • 28
  • +0/-0
    • http://rspencer.ath.cx
FYI: Great ajax mail client
« Reply #10 on: December 08, 2006, 04:51:30 PM »
Here is my how-to and my first contrib:
http://ryanspencer.org/index.php?option=com_content&task=view&id=8&Itemid=23

Any improvements are welcome  :D

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
FYI: Great ajax mail client
« Reply #11 on: December 08, 2006, 06:26:22 PM »
Quote from: "Ryan483"
Here is my how-to and my first contrib:
http://ryanspencer.org/index.php?option=com_content&task=view&id=8&Itemid=23

Any improvements are welcome  :D
Don't login using the root password. If you login from the console or over SSH you don't need a password. Login like this:
Code: [Select]
mysql -u root
You will notice that you don't need a password from the localhost. (There is a  root password which you will never need in normal use. This password is a random string generated by the SME Server, and should therefore never be changed manually. Many users have had issues with this.)
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Ryan483

  • *
  • 28
  • +0/-0
    • http://rspencer.ath.cx
FYI: Great ajax mail client
« Reply #12 on: December 08, 2006, 07:27:36 PM »
Edited my how-to to reflect your comment. Thank you!

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
FYI: Great ajax mail client
« Reply #13 on: December 09, 2006, 12:45:15 AM »
you're still missing the
Code: [Select]
mysql roundcubemail < SQL/mysql.initial.sql

Good stuff!
Thanks,

Offline Ryan483

  • *
  • 28
  • +0/-0
    • http://rspencer.ath.cx
FYI: Great ajax mail client
« Reply #14 on: December 09, 2006, 01:18:17 AM »
Edited again. Wow, you guys are on the ball! How did I miss that?