Hi RC Devs,
I'm looking at the cache in the messages table regarding ticket #1485634.
It looks to me like this is what the caching is currently doing:
In _list_headers, if it is determined that the cache is more than 10%
out of sync, it fetches the headers for the page you are currently on
and puts them in the cache.
Then it erases all the cache entries with an id higher than the page you
are on.
Cache validity checking is per mailbox, not per page, this means that if
I have 20 pages of mail and I delete something on page 18, the cache
will "miss" on every visit to pages 1-17 until I revisit all 17 pages.
Also consider the case where an imap user with dozens of pages of mail
first accesses roundcube. Their cache will always miss until they visit
every page at least once.
Am I missing something?
Is it too costly for a cache miss to trigger populating the cache with
more than just the page they are on?
Maybe a cache miss could populate the current page plus some set amount
more to keep the time down, but eventually populate the user's whole
cache. Or maybe it could be adjusted so that the whole mailbox doesn't
have to be represented in the cache for the user to get some benefits
from it.
Thanks for your time,
Ziba
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I just added a patch to #1484883, which enables TLS support in Net_SMTP.
Do we have a policy about modifying 3rd-party libraries?
Robin
_______________________________________________
List info: http://lists.roundcube.net/dev/
Missing strings were added in a previous message, see;
http://lists.roundcube.net/mail-archive/dev/2008-12/0000036.html
Regards
- Gokdeniz
> Message: 5
> Date: Wed, 17 Dec 2008 13:52:02 +0800
> From: "Aykut Kara" <aykut.kara(a)gmail.com>
> Subject: [RCD] turkish translation updated
> To: <dev(a)lists.roundcube.net>
> Message-ID: <494893a0.15528c0a.4509.5ff6(a)mx.google.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
>
>
>
> Some of new variables translations were missing for Turkish. I added missing
> ones and attached to this email.
>
>
>
> Regards
>
> -- Aykut Kara --- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/8t/yYS4rCj5/messages.inchttp://detached.gigo.com/rc/8t/yYS4rCj5/labels.inc Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, all.
I use RC 0.1.1-stable, but the filename after download attachment with
Chinese characters is incorrect, so i created this patch to fix this
issue. (I submitted another patch to fix incorrect attachment filename
display before, and was fixed in svn version in another way.)
Note: I havn't test this issue in RC svn version, but i will do it
later.
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pN/VvmkCwqf/roundcubemail-0.1.1_.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Some of new variables translations were missing for Turkish. I added missing
ones and attached to this email.
Regards
--
Aykut Kara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8t/yYS4rCj5/messages.inchttp://detached.gigo.com/rc/8t/yYS4rCj5/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I would like to discuss one feature, which I consider a bug. When doing a
"reply to all" operation, I get included on the recipient list. In my
opinion, this is not correct behavior: mail should be send to everyone
_except_ the person who sends it.
What do you think?
Sincerely,
Ondrej Zara
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear subscribers
There were two security issues reported which are now fixed. The first
was as possible code injection using the html2text conversion script
[1]. The other exploit used the unchecked size parameters of the quota
image to let PHP create huge images eating up all the server memory.
Thanks to Stephan for reporting this.
The two vulnerable scripts were updated in the current 0.2-beta
package and for existing RoundCube installations we recommend to
download the update [2] and to replace all the files with the new
versions found in the archive.
Regards,
Thomas
[1] http://trac.roundcube.net/ticket/1485618
[2] http://downloads.sourceforge.net/roundcubemail/roundcubemail-0.2-beta-patch…
_______________________________________________
List info: http://lists.roundcube.net/dev/