Roundcube Community Forum

 

RoundCube on custom?

Started by zgas, December 23, 2010, 05:28:29 AM

Previous topic - Next topic

zgas

There is some questions

horfic

Why do you need a webmail for iphone or ipod touch, they got a mailclient build in what rc can do.

zgas

#2
Hi,

thanks for replay.

horfic

Well I don't think that RC will work totaly on a mobile browser due to lack of the minimal javascript implementations of the browser.

But from the drafts what you posted, that would only work on smartphones.

You should have a look ate jquerymobile.com

zgas

#4
Yes we plan to implement JS but is mean that we need to rewrite javascript code?

horfic

Well your drafts are all possible in the mobile browser, I know that, I did that.

Well I just think that RC won't work with mobile browser. It is probably faster that you build your on client based on the mysql database used by RC.

zgas

#6
What do you think, how to use these tables if we don't know how the works?

horfic

The session is for database saved sessions instead of browser based.

The messages is a cache of the messages headers, functions and names, for faster message view.

The cache is a cache of the folders and also of the mailcount in every folder.

Well just look at the RC files, it is pretty much forward.

zgas

#8
Yes I will look in RC files to figure out these DB tables.

horfic

.... You didn't activate the caching in the main config file

$rcmail_config['enable_caching'] = true;

So you see you actually don't need them really.

PS: Just pm or email me with your contact details and we can discuss more.