Thomas Bruederli wrote:
But for now, we have to concentrate on cleaning up the code and then implementing the plugin-API.
For further reading, see http://trac.roundcube.net/wiki/RoundCube_vNext
I only have a hope that this will not produce tons of requests from UI to backend.
OK, to close that thread I propose to right now apply only following fragment (as it was a bug):
@@ -355,7 +356,7 @@ // start interval for keep-alive/recent_check signal this.start_keepalive = function() {
this.gui_objects.messagelist)
this.gui_objects.mailboxlist) this._int = setInterval(function(){ ref.check_for_recent(); }, this.env.keep_alive * 1000); else if (this.env.keep_alive && !this.env.framed && this.task!='login') this._int = setInterval(function(){ ref.send_keep_alive(); }, this.env.keep_alive * 1000);