I see that there're many options in config which should be accessible
via user preferences. I.e.:
read_when_deleted, flag_for_deletion, mdn_requests, message_sort_col,
message_sort_order, list_cols. I want to add them there. Any objections?
Second question: Now we have two sections there: UI settings and server
settings. Maybe we should split preferences in different way, any
suggestions?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
I took the 30 seconds of time to translate the last remaining strings
for Norwegian.
Would be nice to see this added, though it's not in a hurry.
Thor.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/C3/ZTUS35UF/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/
Thought it would be a nice feature if it would be possible to select
a second database while installation which holds a virtual user table
with passwords. I think at least half of the most mailserver
administrators are having their virtual user information stored in a
sql database holding their passwords as md5 hashs.
I think it should be possible to let them enter a second db,
tablename and check a checkbox to let a logged in User be able to change
his password in the settings. This should increase the flexibility
of this system for users at least a small bit and I think it should be
worth the effort.
I would like to hear feedback about this just in case there is real
interest in this.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi guys.
Mi customers are claiming for mail filtering capabilities in
RoundCube. As I can see, that feature is listed in the "later"
milestone.
Could be possible to include it in the near future?
Thanks and congratulations to the RC team.
--
Javier Smaldone
javier(a)smaldone.com.ar
http://www.smaldone.com.ar/ - http://blog.smaldone.com.ar
_______________________________________________
List info: http://lists.roundcube.net/dev/
Here is the japanese updated translation.
---
Taka
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/f7/6jVPhags/japanese.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hallo till,
am Mittwoch, 16. April 2008 um 01:45 schrieben Sie:
t> There should be logs in logs/ which contain possible errors. I am not
t> sure where else to look.
t> Have you tried those yet?
Yes. There are no errors logged when logging in or send mail.
t> Also, let us know which version you are running!
Its version 0.1.1 ( see subject ;-) )
t> Till
--
Greets
André Bauer
mailto:monotek@gmx.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
I finally tracked down what was happening here (and why it was
intermittent). It turns out that calling "setTimeout(func, delay)" on
IE doesn't actually set a timeout - it must be called as
"window.setTimeout(func, delay)" to actually introduce the delay. The
unqualified call works on other browsers, just not IE.
I also had to bump up the call_init delay to 500 milliseconds on
Windows to get it to work reliably (200 ms seemed to be enough on the
Mac OS browsers). This could be a consequence of running Windows on
Parallels, but I haven't seen systemic performance issues on Parallels
before so I suspect it's just the Windows JavaScript implementation.
If anyone wants to run some tests with 200 ms on a fully native
Windows installation, we could revert that part of the fix.
--
Eric Stadtherr
estadtherr(a)gmail.com [1]
Links:
------
[1] mailto:estadtherr@gmail.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hallo.
Is use roundcube a couple of months now and it worked like a charm.
Now i tried to get roundcube work with "virtuser_query" via connfixx
1.6 (premium) email table.
Therefore i gave the roundcube db user select rights on the confixx
email table.
In main.inc.php i added:
$rcmail_config['virtuser_query'] = 'SELECT concat( prefix, "@", domain
) AS address FROM confixx.email WHERE pop3 = "%u" LIMIT 1';
If i execute this query via PHPMyadmin i get the email address shown
like "yourmail(a)domain.de".
Unfortunately it does not work in roundcube.
The imap login works but if i send mail the from header is missing in
the received mail. In roundcube (sent messages) the header has only a
empty from.
Where is the error?
Is there a possibility to get debug output or something?
--
Greets
André Bauer
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi everybody
I just wanted to let you know that with revision 1291 the trunk version of
RoundCube definitely dropped support for PHP 4. If you have a SVN checkout
running on a PHP 4 installation you better not do an svn up.
Also it's possible that the trunk is broken and comes up with some nasty
errors. If you can fix them you're welcome to submit some patches,
otherwise please report them to me. Don't open tickets for errors that were
obviously introduced with the changes in r1291.
Regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/