--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1d/WtDNJHGg/roundcube-ar.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/
Hello!
Updated "Azerbaijani" language.
Added same additions!
Forex-AZ forex ticarəti.Vaxt və məkan anlayışı olmadan dünya birjalarında ticarət imkanı.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/qj/WXWuvFmD/labels.inchttp://detached.gigo.com/rc/qj/WXWuvFmD/messages.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 there,
I've been implementing an extension to RC which may use LDAP (depending on how
it was configured).
There's already the
include/rcube_ldap.php
which _seems_ to present itself as a generic interface to LDAP.
One problem is that it was implemented with addressbook in mind, so there are
lots of fields and behaviors which are useless in other cases when accessing
LDAP.
The code I'm working on is intended to be integrated into the main tree of RC
(so it's not supposed to be just a quick'n'dirty patch).
With that in mind, I have two questions:
1. - Is the rcube_ldap class really the standard one for other
(non-addressbook) LDAP accesses?
2. - If "yes" to #1, how is the "standard" way to use that to avoid future
code breakage? (a code example would be nice)
3. - If "no" to #1, what could be an acceptable solution? A parallel and more
generic LDAP class implementation?
--
Daniel Mealha Cabrita
Divisao de Suporte Tecnico
AINFO / Reitoria / UTFPR
http://www.utfpr.edu.br
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
an other great feature will be the allowing of nested replies
(allowing the showing of nested messages in options)...
thanks you much
--
Blackhold
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
an other good feature to have is searching inside the messages, a cron
task could be executed once a time, set to options or add a button for
indexing...
in the database could be used this info, maybe the problem is in
indexing big amount of info if roundcube webmail is not in the same
server as mail server, but could apply a label to the messages to mark
as indexed mail, and when you delete an e-mail delete indexed entry...
maybe here there are people that knows a lot of that topic :D
--
Blackhold
_______________________________________________
List info: http://lists.roundcube.net/dev/
hi again...
I found that users get a little bit losed on sending mails, usually
sending button is the first button at left, in roundcube, the first
button is return to list, if you don't remember that user maybe will
lose data, so that, is possible to allocate this button in other
place? for example at right, or completly at left, outside the group
buttons.
--
Blackhold
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
one little question, there's some way to change the sorting of
columns, for example, by default first is shown the topic, and then
the sender... is possible to change this sorting?
if isn't possible, is an other possible feature to add... with ajax
the sorting of these columns I think it wouln't be harder...
I'm not a developer, but could test and propose new features.
--
Blackhold
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Updated Turkish translations are attached.
I removed some old strings which are not present in English file of 0.2-beta.
Added my name as the second translator.
BUT, for this translation to work, this ticket has to be fixed.
http://trac.roundcube.net/ticket/1485470
The ticket text -------------------------
Hi,
There is an odd problem with Turkish language and PHP. To cut it short, in
Turkish there are "dotted capital I" and "dotless i" characters, and "i != I"
PHP calls strtolower() on function/class name before function calls. if the
system locale is set to tr_TR, functions that contain "I" in their name cannot
be found and called.
As roundcube sets locale to the selected language, using Turkish translation OR
a browser which lists Turkish as preferred language is impossible currently. I
get a white page and the following error in the logs.
The error I got.
PHP Fatal error: Call to undefined method
MDB2_Driver_Datatype_sqlite::getDBInstance() in
./roundcubemail/program/lib/MDB2/Driver/Datatype/Common.php on line 1117
The attached patch fixes the issue by setting locale to "en_US" if user
requests "tr_TR". This solved the problem and it worked with the Turkish
translation of the interface. No side effects to non-Turkish users.
For more info about this Turkish locale problem:
* http://bugs.php.net/bug.php?id=18556
* http://www.i18nguy.com/unicode/turkish-i18n.html#problem
-------------------------
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Em/7qPAw9jX/messages.inchttp://detached.gigo.com/rc/Em/7qPAw9jX/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/
Hello all,
I use 0.2-beta.
I filter some messages, using procmail, to specific folders on my IMAP
server. When I log in to roundcube, these new messages in subfolders does
not show, until I click the folder? It seems that Roundcube does not check
for new messages in other folders than the inbox?
This is reported to have been fixed in 0.1-beta2, accourding to this bug
report: http://trac.roundcube.net/ticket/1326401
Has this bugfix somehow escaped 0.2-beta?
Best regards,
Jes Kasper Klittum
--
<span style="display: none;" id="1216202030548S">Â </span>
<span id="1216023285193S" style="display: none;">Â </span>
--
Med venlig hilsen,
Jes Kasper Klittum
Teknisk administrator
enavn ApS
Ringstedgade 11A, 3 sal
DK-4700 Næstved
Tel.: +45 88 20 50 04
Email: <a
href="../../../../index.php?menuaction=felamimail.uicompose.compose&send_to=amVzQGVuYXZuLmNvbQ==">jes(a)enavn.com</a>
<span id="1216023284780E" style="display: none;">Â </span>
_______________________________________________
List info: http://lists.roundcube.net/dev/
A.L.E.C wrote:
> > Ond?ej ??ra wrote:
> >
>> >> Are you using Debian? Debian doesn't use the session GC in PHP - instead,
>> >> it cleans sessions in a cronjob. To enable PHP GC in Roundcube, one must
>> >> add (to main.inc.php) these lines:
>> >>
>> >> ini_set('session.gc_probability', 5);
>> >> ini_set('session.gc_divisor', 100);
>> >>
>> >> Values '5' and '100' were chosen experimentaly by me, use your own if you
>> >> want :)
>> >>
>> >>
> >
> > Someone should add above info to installation manual.
Hi,
I opened a ticket with a patch that solves this issue without a need to inform
user.
http://trac.roundcube.net/ticket/1485460
--
Gokdeniz Karadag
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Devs,
I don't want to be some jerk who questions every commit, but I'm worried
that 1920 will exacerbate some RC problems. 1920 removes the ability
reload the folder currently being viewed by clicking on the folder's
name in the folder list. I think 1920 has a good idea and I would go
farther and say the user shouldn't even be able to click things that do
nothing.
Unfortunately, being able to click the current folder name that was one
of the easiest and most obvious ways for a user to reload their
mailbox. (They can still hit the browser's refresh).
Reloading the mailbox you are currently in is a work around (admittedly
not a proper fix) for at least two problems.
1.) If you're not using the default sorting, messages inserted by check
mail will be at the top of the list regardless of their proper place.
(http://trac.roundcube.net/ticket/1484664)
2.) Under some conditions, like having Thunderbird open and reading the
same mail account as RC, RC's check mail call will update the inbox
count, but fail to add the message to the message list. (I'll open a
ticket later if I can narrow it down)
Thanks for your consideration,
Ziba
--
Ziba Scott
Webmaster Team
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
hello again,
I'm at full again with roundcube...
an other cool thing that could allow roundcube is in options a
checkbox for opening the composing of a new message in the same window
or in a popup window, sometimes you need to see more than one mail on
writing the message...
--
Blackhold
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Why del column in contacts table was introduced?
Why not just delete the row, not mark it as deleted?
To implement some sort of recycle bin for contacts?
--
Regards,
Dennis P. Nikolaenko
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I am currently working on the patch to have a button to toggle preview
mode on or off.
I am interested in the icon for that button.
Where can I get the original icon set which was used in RC?
--
Dennis
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Devs,
I have a question about the benefits of the change from event based to
polling based folder highlighting when dragging.
Revision 1763 changed the manner in which target folders are highlighted
when dragging a message. Before 1763, each folder had an onmouseover
which would trigger focus_folder.
1763 removed that onmouseover event and instead calls drag_move every
time the mouse moves. drag_move essentially polls the position of the
mouse and loops over every folder on screen to see if the mouse is above
that folder folder. This polling is costly and has mixed effects across
browsers, operating systems and pcs with different specs.
On all systems tested so far, even if the dragging appears smooth, at
least one cpu is maxed at 100% by the polling. On some systems/browsers
a cpu is pegged and the dragging is intolerably choppy and slow.
The commit comment for 1763 includes: "Don't rely on browser events anymore"
Is relying on browser events a bad thing? Worse than polling?
It seems that the previous highlighting detection method was more
efficient and compatible across a wider range of systems.
If there are reasons that polling has to be the answer, then perhaps we
can add some sort of rate limiting?
Thanks for your consideration,
Ziba
--
Ziba Scott
Webmaster Team
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I have configured a roundcube in my local machine and use the imap
connection from mdaemon server version 10.0, it works meravelous! as
fast as worldclient (maybe I've got that in local, but it goes faster
at all!)
it detects shared folders, but not contacts folder and scheduler
folder, it seems it uses syncML to show these special folders... maybe
allow a plugin to enable this feature? maybe allow sync, syncML,
Active Directory, for contacts and scheduler folders?
an other thing that I found a little bit strange is that I've got two
inbox folders with the same content, one has got all subfolders I've
got in the server and the other one no, the only one could hide is the
one that has got subfolders...
I'm using beta version downloaded yesterday...
get grow roundcube!!!
thanks you much!
--
Blackhold
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
My current session table has 2085 records, is it normal? It is more by
the order of magnitude than my user count.
Are there any code in RC to clean session table?
--
Regards,
Dennis P. Nikolaenko
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Attached is a patch for updated Russian localization.
I also changed the label for the Russian language in the language list
to be in native language. I do not know whether it is welcome, but I
have seen the same approach for French, so I believe it is a good thing.
--
Regards,
Dennis P. Nikolaenko
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/UR/MymyMuGw/russian-update.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/
Hello,
There is report number {12} which lists all the changes to the tickets.
Would you be so kind and share the SQL for the report?
--
Regards,
Dennis P. Nikolaenko
_______________________________________________
List info: http://lists.roundcube.net/dev/
I had posted this on the RoundCube forums as well, but someone pointed out to me this (the mailing list) would be a better place for requesting new features.
If this isn't the proper place to request new features, please let me know (and accept my apologies).
I'm guessing that in most cases, RC is creating the wrong default
identity for new users since it either uses
$rcmail_config['default_host'] or virtusertable. In both cases the
chances this actually creates a usable identity are slim. For several
reasons.
So my request is to force a user to create a new identity the first
time he logs in, or at least have him confirm the identity created by
RC.
The way it is now not only utterly confuses a lot of users, but poses a
serious security risk as well because if a user doesn't change his
identity, it exposes information you really don't want exposed
(especially when a mail domain is a virtual domain with virtual users. RC will actually expose the real
server name and a real username -and this is a serious security risk).
Thanks in advance.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
This patch is to fix timeout at login with roundcube (blank page) when
using NGINX as imap server.
NGINX (http://nginx.net/) is IMAP front-end which can be used to balance
request to different backend.
NGIX returns "* BAD internal server error" when it can not validate the
username and password during the LOGIN stage (it is its wilcard error
answer).
As the string starts with "*", iil_ReadReply will discard the line, when
it should not when it is an answer to the "a001 login" request.
I include an svn diff of the change I have added to our local copy to
avoid this issue.
This is perhaps not the cleanest patch possible to the issue but prevent
this timeout to occur.
Regards,
Thomas Mangin
Technical Director
--
Exa Networks Limited - http://www.exa-networks.co.uk/
Company No. 04922037 - VAT no. 829 1565 09
27-29 Mill Field Road, BD16 1PY, UK
Phone: +44 (0) 845 145 1234 - Fax: +44 (0) 1274 567646
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/U8/6aQiB9Lj/nginx-fix.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/
Hi,
There's no 'Edit as new message' button anywhere, will roundcube -svn
version add this feature?
Thanks very much.
--
Best regards.
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/dev/