Author Topic: RoundCube on custom?  (Read 4730 times)

Offline zgas

  • Newbie
  • *
  • Posts: 7
RoundCube on custom?
« on: December 23, 2010, 05:28:29 AM »
There is some questions
« Last Edit: January 25, 2011, 05:35:02 AM by zgas »

Offline horfic

  • Jr. Member
  • **
  • Posts: 49
RoundCube on IPHONE browser?
« Reply #1 on: December 23, 2010, 07:50:37 AM »
Why do you need a webmail for iphone or ipod touch, they got a mailclient build in what rc can do.

Offline zgas

  • Newbie
  • *
  • Posts: 7
RoundCube on IPHONE browser?
« Reply #2 on: December 23, 2010, 08:15:25 AM »
Hi,

thanks for replay.
« Last Edit: January 25, 2011, 05:35:41 AM by zgas »

Offline horfic

  • Jr. Member
  • **
  • Posts: 49
RoundCube on IPHONE browser?
« Reply #3 on: December 23, 2010, 03:54:40 PM »
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

Offline zgas

  • Newbie
  • *
  • Posts: 7
RoundCube on IPHONE browser?
« Reply #4 on: December 23, 2010, 04:07:32 PM »
Yes we plan to implement JS but is mean that we need to rewrite javascript code?
« Last Edit: January 25, 2011, 05:38:19 AM by zgas »

Offline horfic

  • Jr. Member
  • **
  • Posts: 49
RoundCube on IPHONE browser?
« Reply #5 on: December 23, 2010, 04:22:15 PM »
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.

Offline zgas

  • Newbie
  • *
  • Posts: 7
RoundCube on IPHONE browser?
« Reply #6 on: December 23, 2010, 04:36:13 PM »
What do you think, how to use these tables if we don't know how the works?
« Last Edit: January 25, 2011, 05:37:09 AM by zgas »

Offline horfic

  • Jr. Member
  • **
  • Posts: 49
RoundCube on IPHONE browser?
« Reply #7 on: December 23, 2010, 04:50:14 PM »
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.

Offline zgas

  • Newbie
  • *
  • Posts: 7
RoundCube on IPHONE browser?
« Reply #8 on: December 23, 2010, 04:57:33 PM »
Yes I will look in RC files to figure out these DB tables.
« Last Edit: January 25, 2011, 05:37:25 AM by zgas »

Offline horfic

  • Jr. Member
  • **
  • Posts: 49
RoundCube on IPHONE browser?
« Reply #9 on: December 23, 2010, 05:01:58 PM »
.... 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.