The attachment contains the updated version (100%) of Ukrainian translation.
The labels.inc file has a few corrections and messages.inc is translated up
to 100%.
--
Best Regards,
Volodymyr M. Kononenko,
Ukraine, ITS NTUU "KPI"
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bN/VdaTlNja/uk_UA.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/
Hi.
Sometimes I getting "No messages found" where a folder have messages 1 or
more (if a click again I see the messagelist).This is more frequent on imap
servers under extremely high load but not limited to.
While debugging I see the webserver (I have one server dedicated to
roundcube) sending a FIN packet to the imap server after some seconds
waiting SORT command.
The cause can be the 10 seconds timeout inside rcube_imap_generic ?
What ALEC and Thomas think about increase this to 25 seconds ?
Tks.
--
Emerson Pinter
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/TS/jJ3i0Psa/disclaimer.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
I'm working currently on improvements of check_recent action. There's a
'new_messages' hook called. This hook contains 'count' variable. I'd
like to remove this variable for better performance. My questions are
for those of you that are using this hook. Do you need the count of new
messages, do you rely on this value in some way?
--
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/
Hi,
I have been using Roundcube for a little while now and I'm very impressed,
in most cases it gives a lot more control over other webmail projects and
the user interface is very friendly.
There is just a little annoyance with the mail view in that the headers
move when scrolling through the messages. I've got 'Show preview pane' set
so the bottom half of the screen is taken up by that. This almost always
results the a scrollbar appearing when the message list is full. The
headers (Subject, Sender, Date etc.) also scroll with the messages so if
you are at the bottom of the window it's difficult to tell what the columns
mean. Would it be possible to have the headers fixed so that it only
scrolls though the messages?
I did a little digging and came across a solution
http://www.imaputz.com/cssStuff/bigFourVersion.html
I know this is quite a minor issue but I think it would improve on an
already great interface. I did a little tweaking using Firebug and managed
to get it to work on Roundcube. I would be willing to work on and submit a
patch if others are happy with this. I am unsure of the procedure of
submitting feature requests so I thought I would query here first.
Sami
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
In r3575 static functions were added to the password plugin for handling
the processing of the username into local and domain parts. Before this was
just done by splitting on the '@'. There are a few other plugins which use
a similar feature. Would it be worth adding these functions to the core so
all plugins can use the same ones?
I think it would be better from a user's point of view if they all behaved
the same and a single set of functions in the core would be an easy way to
do this.
Thanks,
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I have a couple of patches to make roundcube work with Apaches
authentication stuff, esp. Kerberos authentication.
This cannot be done with a plug-in alone as in the general case there is
no password roundcube could use to authentication against an
imap/pop/smtp/ldap server, so most of the patches implement SASL proxy
authentication.
If you are interested, is it ok to post these patches on the list and if
so should I post one at a time or all at once ?
Ciao
Andi
_______________________________________________
List info: http://lists.roundcube.net/dev/
The attachment contains the updated Ukrainian translation (labels.inc file).
--
Best Regards,
Volodymyr M. Kononenko,
Ukraine, ITS NTUU "KPI"
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Pd/FLCIqEbV/labels.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/
Hi all, all these plugins create a calendar instance by: Now I have
to insert before parent::__contstruct ... $rcmail =
rcmail::get_instance();
$rcmail->config->set('db_table_contacts',
$rcmail->config->get('db_table_collected_contacts')); Otherwise it will use
the default contacts table. Is this a bug or intended behavior? Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/