Hi
We've been testing Roundcube for several weeks now and are planning to make
it available to over 200,000 new users next week (followed by another
900,000 in 3-4 months). Overall, the feedback has been very positive, but
there is one issue that has been reported several times:
When the preview pane in enabled, there is a delay of several seconds
between selecting a message and being able to delete it. The reason, it
seems, is that the delete command is ignored while the message is loading.
I suspect this issue affects us more than most, since our email is stored on
a large NAS cluster, which we access via NFS. However, I'm sure there must
be an easy fix - ie by preventing the deletion requests from being ignored.
Please can someone advise me how I would do this?
Thanks
Marcus
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I'm trying to use rcube_mdb2 to connect to another database.
I need to connect to one database to execute insert/update/delete
statements and to another database to execute select statements
(performance reasons).
I'm passing the second dsn to rcube_mdb2 constructor, but if the
database is connected to the readonly db and I call db_connect("w"), the
connection remains on readonly db and my insert statement fails. If I
set db_connected to false on mdb2 object before db_connect("w") call, I
got the new connection as desired.
Is this a bug ?
Tks.
--
Emerson Pinter
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I noticed there wasn't a mssql upgrade script, so I've created a basic
one from v0.31 to v0.4. There may be a couple of constraints missing
as some of the mysql upgrades were not 100% clear. I've also updated
the mssql initial script as there were a few errors. Not sure if this
is the best place to attach this, so if there is another better
procedure, let me know and I'll go through that.
Regards,
Patrick
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/qJ/mP4U97/v/mssql.initial.sqlhttp://detached.gigo.com/rc/qJ/mP4U97/v/mssql.upgrade.sql
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've recently been playing with Dovecot 2.0's Director proxy as a
backend for Roundcube. I've been using Dovecot 1.2 for months without
problems, but since switching to the Director I've had problems with
Apache processes getting stuck. It looks like imapproxy is getting
disconnected while inactive, and is therefore disconnecting Roundcube
just after LOGIN. I'm trying to figure out why it's getting
disconnected, but in the mean time I thought I'd investigate the
Roundcube behavior.
[root@webmail ~]# grep 'Maximum execution time'
/var/log/roundcubemail/errors | awk '{print $14 ":" $17}' | sort | uniq
-c
2
/usr/share/roundcubemail/program/include/rcube_imap_generic.php:169
1
/usr/share/roundcubemail/program/include/rcube_imap_generic.php:171
6
/usr/share/roundcubemail/program/include/rcube_imap_generic.php:173
7
/usr/share/roundcubemail/program/include/rcube_imap_generic.php:348
11
/usr/share/roundcubemail/program/include/rcube_imap_generic.php:349
6
/usr/share/roundcubemail/program/include/rcube_imap_generic.php:350
4
/usr/share/roundcubemail/program/include/rcube_imap_generic.php:356
The problem here is that there are LOTS of places in the
rcube_imap_generic code (old ilohamail, I know) that run in a DO...WHILE
loop around readLine and don't ever check to see if it's returning NULL.
I know that this is intended to loop around possible untagged IMAP
replies until the desired response line is found, but there needs to be
some code to break out of the loop if a NULL is encountered.
There are so many places that this would need to be fixed that I'm not
really sure where to start, or even if my patch would be accepted.
Alec, Thomas, what do you guys think?
-Brad
_______________________________________________
List info: http://lists.roundcube.net/dev/
I did some more testing and have the same problem in messages without
attachments with more than 5KB.
Any idea what could be the problem.
DC
2010/8/27 A.L.E.C <alec(a)alec.pl>
On 26.08.2010 12:05, Ling Fude wrote:
>
> > When I try open or download the attachment (more than 5KB of size) the
> > Rouncube freezes.
> > If the attachment is less than 5KB there is no problem.
> > I cannot figure out the problem.
> > I thing the problem is in PHP or Apache configuration.
>
> You could enable imap_debug to check if the attachment is fetched from
> IMAP server in full size or not.
>
> --
> Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
> LAN Management System Developer http://lms.org.pl
> Roundcube Webmail Developer http://roundcube.net
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
> BT/1987eeeb
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
according to the log you pasted, the maangesieve part of dovecot _is_
broken on your system. It fails to locate a program library, probably
needed for authentication.
So as long as managesive is down, you cannot modify anything from your
clients (Roundcube, Thunderbird ...) but if the processing part is intatct
then you can have your mails sorted, even -as you said- manual modification
of the filter rules is possible.
-------- Original Message --------
Subject: Re: [RCD] plugin managesieve is broken for dovecot 2.0.0
Date: Mon, 30 Aug 2010 14:11:10 +0200
From: fakessh <fakessh(a)fakessh.eu>
To: pete <pete(a)teamlupus.hu>, RoundCube Dev <dev(a)lists.roundcube.net>
On Mon, 30 Aug 2010 08:55:17 +0200, pete <pete(a)teamlupus.hu> wrote:
> hi,
>
> the relevant part is this:
>
> managesieve-login: Error: dovecot/managesieve-login: error while loading
> shared libraries: libdovecot-login.so.0: cannot open shared object file:
No
> such file or directory
>
>
> You have a broken dovecot installation, there is probably nothing to do
> with Roundcube. I suggest you to revert to the last working packages.
>
>
i have a stable dovecot installation
sieve rules works fines
sievec is present
I write simply the rules by hand
--
Péter
XMPP, MSN: peter.laszlo.szabo(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
hello all
hello roundcube network
hello A.L.E.C and others developer
the managesieve plugin does not work anymore since the switch to
dovecot 2.0.0
the sieve language work into roundcube
must write the rules by hand
many return are welcome
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I've committed Enigma plugin to the repo. It's currently not really
usable, but it's too much work for one person. So, if you're interested,
just check the README file. There's a long (and probably not complete)
TODO list ;)
ps. it requires svn-trunk and will not work with 0.4-stable.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi
I wasn't sure if this would be the right place to post this question but as it's technical here goes.
I'm developing a skin and want to invoke a reply action from the messagelist, by overriding the dblclick action when the Preview Pane is active.
I've managed to disable the native Roundcube dblclick event by setting rcmail.message_list.dblclik_time to a negative value.
However, I now wish to override the event with a custom reply handler. The rcmail.commands array is populated and when a row is selected in the message list it is set to true.
The problem is, rcmail.command_handlers is never populated and so I can't find a way to initiate a reply message to the selected row.
Where is this event handler stored?
Thanks in advance
Craig Fairhurst
Call +44 (0)1200 422 533
Fax +44 (0)1200 422 566
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. http://youds.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80