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/
Hi all,
I am working in Griffith College Dublin. We use roundcube as a webmail
system for all of our staff. I've been given a project by my manager to
implement collapsing and expanding of imap subfolders, as you would see in
mail clients like thunderbird.
I'm just wondering, is anyone else working on this already? Thanks.
Regards,
Leo
_______________________________________________
List info: http://lists.roundcube.net/dev/
Totally off-topic - sorry for the Spam. ;-)
If you heard of Google AppEngine, there is a thread to make Google
support PHP too, head on over:
http://code.google.com/p/googleappengine/issues/detail?id=13
Make sure you "star" the issue (there is a "star" on the top) which is
like the way to cast your vote. All those "+1" comments don't actually
mean anything.
AppEngine is Google's attempt to provide developers with scalable
infrastructure (think Amazon, S3+ec2+SimpleDB).
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
We have two UI modes, with or without preview pane. In preview-pane mode
on each keep_alive timeout is executed 'check-recent' action which
searches for recent messages and sets unread counters on folder list,
quota, etc.
When we're working without preview pane on messages list we've got the
same behaviour, but when switching to message view there executed is
only 'keep-alive' action.
Proposition: Call 'check-recent'-like action instead of 'keep-alive'.
We've got folders list which should be updated like in preview-pane mode.
We have also a performance issue here, because 'getunread' action is
called after each message preview which increases load and slows down
moving from one message to another. When working in preview-pane mode
'getunread' is called only on folder selection.
Proposition: Don't call 'genunread' action when 'show' action was called.
Does it make sens or I miss something?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.alec.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello Maximilien,
I posted a question about performance figures on large sites with
Roundcube a few days ago. You replied on the dev list saying that a
french ISP is using RC. Do you happen to know which ISP this is?
Thanks in advance,
Br.
Dennis
_______________________________________________
List info: http://lists.roundcube.net/dev/