Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: terlouw on July 31, 2006, 02:41:08 PM

Title: Wish list
Post by: terlouw on July 31, 2006, 02:41:08 PM
First off, i LOVE roundcube.

I actually moved from GMail to roundcube, but am missing some functions....

1. Fast search everyhing in all folders (don't know if that is possible but... i can ask right ;) )
2. Grouping of mail confersations
3. Vacation message
4. Mobile skin (for GSM)
Title: Re: Wish list
Post by: markg85 on July 31, 2006, 11:11:00 PM
add this to the wishlist

5. integration of google calendar (probly not even possible)


for 1. and 2. ... i would like to have them in as well BUT as options to turn it on or off
for 3. what`s the use of that?
for 4. ehm lol this is still in beta so i think the developer(s) need to finish this first before beginning with a redesign
Title: Re: Wish list
Post by: EricS on August 01, 2006, 10:31:39 AM
terlouw,

Your #4 is a little orthogonal to the design concept of RoundCube. The RoundCube architecture is centered around a highly interactive JavaScript front end interacting via AJAX with a PHP back-end that talks to an IMAP server and SQL database. That architecture doesn't seem to lend itself very well to mobile devices, due to both the limited JavaScript support and the frequent asynchronous server interactions.

A more static-HTML based web client (or an actual mobile IMAP client) might be better suited to mobile devices.

-Eric