Hello,
I noticed that the contacts get exposed on the compose page, that is, everyone reading the source could take the whole list in a text file, so he could send spam.
It's not a problem for personal contacts, but if you're in a huge company using LDAP, this could not be a good idea.
One of our programmers get around this, but using ajax and getting the contacts straight to a certain javascript var, instead of defining that on the page code. Since Roundcube has new realeases we had to do the workaround every time.
Maybe you can integrate this "feature" on the mainstream, if of your interest. I can send the hacked code for the version 0.1.
Thanks a lot
Jonathan Araújo
Administrador de Infra-estrutura de TI
Gerência de TI - INDG S.A.
--------------------------------------------------------------------------------
Este documento pode incluir informação confidencial e de propriedade restrita do Instituto de Desenvolvimento Gerencial-INDG e apenas pode ser lido por aquele(s) a quem sido endereçado. Se você recebeu esta mensagem de e-mail indevidamente, por favor avise-nos imediatamente. Quaisquer opiniões ou informações contidas neste e-mail pertencem ao seu remetente e não necessariamente coincidem com as do Instituto de Desenvolvimento Gerencial-INDG. Este documento não pode ser reproduzido, copiado, distribuído, publicado ou modificado por terceiros, sem a prévia autorização por escrito do Instituto de Desenvolvimento Gerencial-INDG.
This document may include proprietary and confidential information of Instituto de Desenvolvimento Gerencial-INDG, and may only be read by those persons to whom it is addressed. If you have received this e-mail message in error, please notify us immediately. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of the Instituto de Desenvolvimento Gerencial - INDG. This document may not be reproduced, copied, distributed, published, modified or furnished to third parties, without the prior written consent of Instituto de Desenvolvimento Gerencial-INDG.
--------------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello anybody,
Here are up-to-date (yesterdays) translations in French. If anyone
interested...
Another question: will managesieve patch from Aleksander 'A.L.E.C'
Machniak (alec/at/alec/dot/pl) be incorporated before v0.2 ?
Thank you for this great webmail !
--
Geoffroy DESVERNAY
-----
99, av. des Chartreux
13004 MARSEILLE
-----
Tel: 04 91 62 73 90
Mail: dgeo(a)dgeos.net
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/5C/asYyFDfy/messages.inchttp://detached.gigo.com/rc/5C/asYyFDfy/labels.inchttp://detached.gigo.com/rc/5C/asYyFDfy/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Sometimes it's good to give changes some time. :) It's working! After
logging in today the send as new function is working. I've attached the
patch. What's missing is a translation and new button images (I copied the
forward buttons). I can do the translation stuff but not the buttons.
Btw: Roundcube is a very good webmail package.
Regards
Christian
On 25-Oct-2008 23:48:32, Christian Beer wrote:
Hi folks,
one of my customers requested a feature that is available in thunderbird.
It's called "send as new mail" there. I figured out that it should be easy
to add to roundcube. I used the forward command as a template and tried to
add a new command on my own. But it's not working as intended. The command
button is shown but it's disabled in all cases. I expected that it is
available when the forward command is available, but it's not. I've changed
the files program/steps/mail/compose.inc, program/js/apps.js,
skins/default/templates/mail.html and
skins/default/templates/message.html.
I can provide the diffs to version 0.2-beta if needed. Does anyone has an
idea where to change the code in order to get this extra function working?
Regards
Christian
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/4y/TkgCMY5a/compose-as-new.diff
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 folks,
one of my customers requested a feature that is available in thunderbird.
It's called "send as new mail" there. I figured out that it should be easy
to add to roundcube. I used the forward command as a template and tried to
add a new command on my own. But it's not working as intended. The command
button is shown but it's disabled in all cases. I expected that it is
available when the forward command is available, but it's not. I've changed
the files program/steps/mail/compose.inc, program/js/apps.js,
skins/default/templates/mail.html and skins/default/templates/message.html.
I can provide the diffs to version 0.2-beta if needed. Does anyone has an
idea where to change the code in order to get this extra function working?
Regards
Christian
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey all,
I ran into a problem in the way RoundCube handles mail messages with
"Date:" headers that aren't 100% compliant with RFC 2822's date format.
The header in question is:
Date: Tue, 21 Oct 2008 00:13:54 0600
Notice that the time zone offset specifier is missing the "+/-" prefix.
Thunderbird seems to drop the zone offset in this case and assume it's a
local date. RoundCube, on the other hand, passes it into PHP's handy
"strtotime" function which interprets 0600 as the year. This leads at
the very least to display problems (in the message list and the message
display), and worst case to invalid dates in the database if caching is
enabled.
I'd like to make RoundCube a little more tolerant, so I was wondering
what everyone else thought about possible solutions. The options I'm
considering are:
1. Parse the date using a fixed format string (e.g. "D, d M Y H:i:s
O") and one of PHP's other date functions. This would prevent
misinterpretation but might be even less tolerant.
2. Analyze the string before passing to strtotime() to identify and
work around known issues (of which there would be exactly one at
this point). This is a single special case kind of solution, but
strtotime might be reliable enough that this is the only case
we'll hit.
3. Find a 3rd party RFC2822-compliant PHP date parser library.
What do you all think?
--
*Eric Stadtherr*
estadtherr(a)gmail.com <mailto:estadtherr@gmail.com>
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
It has been suggested to use .po files for translation. This may be a
viable path, but it may introduce unneeded complexity.
My real concern is about semantic changes in translatable strings. For
example, if en_US 'foo' has "Do bar" as a string and then later changed
to "Do baz", all other translations are left unchanged, because the
online translator does not detect the change in meaning.
To combat this, an original en_US string may be added as a comment after
the translated string.
Examle.
in en_US:
$labels['changecolor']='Change color';
in en_GB:
$labels['changecolor']='Change colour';//Change color
After 'Change color' is changed to 'Change text color', translator
should offer to revise the translation in all locale files because the
comment in the locale file does not match the current en_US string.
--
Dennis
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I have updated the Russian translation. There are some refinements.
--
Dennis
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/yW/JEtR4sh6/ru_RU.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/
When editing contacts, some invalid characters are not stripped or
handled in some way. They make it all the way to the sql statement
before things trip up. (Using a prepare statement thankfully prevents
injecting a second statement. More details in:
http://trac.roundcube.net/ticket/1485504)
I can work on a patch, but I'd appreciate some guidance first:
Should the backend explicitly validate the input against a regular
expression?
What is valid/invalid?
How should the interface report bad characters and/or failed contact
saves to the user?
Thanks,
Ziba
Webmaster Team
University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
filled in the blanks in Finnish/Suomi labels.inc and messages.inc
Please find them in attachment.
T: Veljo Velling - W -
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1N/OmS1pV1I/rc-finland-labels-me.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Just found another one - I'm not attaching a whole new file, since it's
only a single entry:
foldermoving - Moving folder... - Перемещение папки...
Cheers,
HC
--
Hans Christian Saustrup
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there! One entry was missing from the Russian labels.inc fil:
skipdeleted - Do not show deleted messages - Не показывать
удаленные сообщения
Cheers,
HC
--
Hans Christian Saustrup
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello guys,
When I tried to to do a spellcheck in HTML, I got a enconding problem if it has international chars, like á ç ã and so.
After some search I had to change the file: program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php
And then remove the utf8_encode line from the function getSuggestions().
That's probably because the encoding is already done or incompatible. I tried Firefox 3 and IE7 on Windows Vista.
Hope it helps someone.
Jonathan Araújo
Administrador de Infra-estrutura de TI
Gerência de TI - INDG S.A.
--------------------------------------------------------------------------------
Este documento pode incluir informação confidencial e de propriedade restrita do Instituto de Desenvolvimento Gerencial-INDG e apenas pode ser lido por aquele(s) a quem sido endereçado. Se você recebeu esta mensagem de e-mail indevidamente, por favor avise-nos imediatamente. Quaisquer opiniões ou informações contidas neste e-mail pertencem ao seu remetente e não necessariamente coincidem com as do Instituto de Desenvolvimento Gerencial-INDG. Este documento não pode ser reproduzido, copiado, distribuído, publicado ou modificado por terceiros, sem a prévia autorização por escrito do Instituto de Desenvolvimento Gerencial-INDG.
This document may include proprietary and confidential information of Instituto de Desenvolvimento Gerencial-INDG, and may only be read by those persons to whom it is addressed. If you have received this e-mail message in error, please notify us immediately. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of the Instituto de Desenvolvimento Gerencial - INDG. This document may not be reproduced, copied, distributed, published, modified or furnished to third parties, without the prior written consent of Instituto de Desenvolvimento Gerencial-INDG.
--------------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/dev/
hi there,
There are some changes I find appropriate to do regarding the classes, which
are stored in the include directory.
The motivation is to improve the modularization _and_ to avoid flooding the
include directory with dozens of small files.
I've got features which use LDAP (yet structurally extensible to additional
mechanisms) and I need a more basic and standard LDAP class for that.
1. - I'm currently splitting the rcube_ldap class in two:
1.1 One specific to the addressbook feature (with the very same behavior as
before), with inheritance from the classe described in 1.2.
1.2 - Another one being a superclass, for generic ldap access.
>From what I could understand on the philosophy of the classes used in RC,
although we may have several classes in the same file, only one is supposed
to be externally accessible (and it seems that the filename itself is used to
determine which one).
Once we start modularizing things (like allowing a different mechanism for
external addressbooks, instead of only LDAP as currently it is), if we follow
this logic we may end with too many files.
2. Now about what I am proposing.
I'll give an example which, hopefully, will clarify what I have in mind:
2.1 - To create a new rcube_ldap.php file with a generic LDAP class only (yes,
addressbook code would have to the moved to another place, or we could call
the former rcube_ldap_generic.php to simplify the transition).
2.2 - A rcube_XYZ.php file providing a specific feature (addressbook, user
identity etc). In that same file there are additional classes providing
services according the mechanism chosen (LDAP etc). This file would have the
XYZ-specific code when dealing with LDAP (through the generic LDAP class) and
any other mechanism which could be added in the future.
It _seems_ to me that the current philosophy expects the item 2.2 to be broken
in two or more pieces, from what I see no practical benefit (and it would add
lots of files once we start to support extra mechanisms).
If my understanding is incorrect on this, please someone tell me so.
Comments?
Suggestions?
--
Daniel Mealha Cabrita
Divisao de Suporte Tecnico
AINFO / Reitoria / UTFPR
http://www.utfpr.edu.br
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dears,
I have using roundcube 0.2 beta in production environment and works fine.
I did a couple of small changes to customize for our needs, I'd like to share.
Here's one.
I used $rcmail_config['generic_message_footerl'] = 'disclaimer.html'; as a disclaimer but the problem is that the text only mails were with html codes.
So, I modified the config to:
$rcmail_config['generic_message_footer_html'] = 'disclaimer.html';
$rcmail_config['generic_message_footer_txt'] = 'disclaimer.txt';
Then I changed the file: program/steps/mail/sendmail.inc
I removed the original line as:
if (!$savedraft && !empty($CONFIG['generic_message_footer']) && ($footer = file_get_contents(realpath($CONFIG['generic_message_footer']))))
$message_body .= "\r\n" . rcube_charset_convert($footer, 'UTF-8', $message_charset);
And added it right below:
if ($isHtml)
{ # MOD START
if (!$savedraft && !empty($CONFIG['generic_message_footer_html']) && ($footer = file_get_contents(realpath($CONFIG['generic_message_footer_html']))))
$message_body .= "\r\n" . rcube_charset_convert($footer, 'UTF-8', $message_charset);
# MOD END
$MAIL_MIME->setHTMLBody($message_body);
// add a plain text version of the e-mail as an alternative part.
$h2t = new html2text($message_body);
$plainTextPart = wordwrap($h2t->get_text(), 998, "\r\n", true);
if (!strlen($plainTextPart))
{
// empty message body breaks attachment handling in drafts
$plainTextPart = "\r\n";
}
$MAIL_MIME->setTXTBody(html_entity_decode($plainTextPart, ENT_COMPAT, 'utf-8'));
// look for "emoticon" images from TinyMCE and copy into message as attachments
rcmail_attach_emoticons($MAIL_MIME);
}
else
{
# MOD START
if (!$savedraft && !empty($CONFIG['generic_message_footer_txt']) && ($footer = file_get_contents(realpath($CONFIG['generic_message_footer_txt']))))
$message_body .= "\r\n" . rcube_charset_convert($footer, 'UTF-8', $message_charset);
# MOD END
Hope it helps someone. Maybe it would be usefull to be included in next release.
Thanks in advnce.
Jonathan Araújo
Administrador de Infra-estrutura de TI
Gerência de TI - INDG S.A.
--------------------------------------------------------------------------------
Este documento pode incluir informação confidencial e de propriedade restrita do Instituto de Desenvolvimento Gerencial-INDG e apenas pode ser lido por aquele(s) a quem sido endereçado. Se você recebeu esta mensagem de e-mail indevidamente, por favor avise-nos imediatamente. Quaisquer opiniões ou informações contidas neste e-mail pertencem ao seu remetente e não necessariamente coincidem com as do Instituto de Desenvolvimento Gerencial-INDG. Este documento não pode ser reproduzido, copiado, distribuído, publicado ou modificado por terceiros, sem a prévia autorização por escrito do Instituto de Desenvolvimento Gerencial-INDG.
This document may include proprietary and confidential information of Instituto de Desenvolvimento Gerencial-INDG, and may only be read by those persons to whom it is addressed. If you have received this e-mail message in error, please notify us immediately. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of the Instituto de Desenvolvimento Gerencial - INDG. This document may not be reproduced, copied, distributed, published, modified or furnished to third parties, without the prior written consent of Instituto de Desenvolvimento Gerencial-INDG.
--------------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Just installed RC. Love it, but found a 40-50 missing entries in the Danish
language file. I've added them with the translate-o-matic script on the
site, and attached it. Enjoy.
Cheers,
HC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tR/tRpc6VYj/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/
Hi,
I've translated RoundCube 0.2beta to Cymraeg (Welsh) - cy_GB
I'm attaching the translation files. I've tested these on my
local copy and looks sensible so far. I'd suggest 'Cymraeg'
as the label in the options.
Any intention to move to .po files for translations? There
are a lot of tools for gettext catalogs to make translation an
easier job.
thanks
Dafydd
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/d6/zurcd6QG/cy.zip
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 everybody,
I posted a patch 2 months ago (http://trac.roundcube.net/ticket/1485274)
I update it as regular bases to avoid conflicts, but it seems that nobody
cares about committing it :-(
The patch enables USB dongle hardware authentication, it has already been
integrated in other open source projects (squirrelmail, phpMyAdmin,
phpBB...)
I already sent free swekey USB dongles to some you to validate the patch,
but I didn't receive any feedback.
Did I miss something in the roundcube project's policy ?
Cheers,
Luc
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi everybody,
I posted a patch 2 months ago (http://trac.roundcube.net/ticket/1485274)
I update it as regular bases to avoid conflicts, but it seems that nobody
cares about committing it :-(
The patch enables USB dongle hardware authentication, it has already been
integrated in other open source projects (squirrelmail, phpMyAdmin,
phpBB...)
I already sent free swekey USB dongles to some you to validate the patch,
but I didn't receive any feedback.
Did I miss something in the roundcube project's policy ?
Cheers,
Luc
_______________________________________________
List info: http://lists.roundcube.net/dev/
Daniel Mealha Cabrita wrote:
> Thomas,
>
> I've sent an email on this very subject to the devel mailing list,
> unfortunately I've got no response.
I'm sorry for that but I cannot answer every post there. Don't expect your
mails being answered within a couple of days.
>
> Since you're the author of that code, there are some things I would like to
> ask you about rcube_ldap.php.
Well, others had implemented a lot of functions as well. I'm not very
experienced with LDAP even if my name is found in that file.
>
> I'm copy-pasting the original message I sent to that list:
>
>
> ---
> 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.
Correct. What do you wanna use it for?
>
> 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?
No.
> 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?
I don't unferstand what you intend to do with LDAP and therefore I cannot
answer that question.
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
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.
By the way, reading rcube_sess_gc() I found an improvement possibility.
Function could be simpler and speed increased if we'll create index on
cache.session_id column with "ON DELETE CASCADE" reference, but it needs
innodb in mysql (foreign keys not supported by myisam tables), and
triggers in sqlite (foreign keys not supported at all).
--
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/
Hello, again!
Forex-AZ forex ticarəti.Vaxt və məkan anlayışı olmadan dünya birjalarında ticarət imkanı.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I checked out the latest SNV today and I immediately got a ‘500 internal
server error’ message when I tried to use it. I tracked the problem down
to this in the .htaccess file in the root, added in r1948:
<IfModule mod_alias.c>
Redirect /favicon.ico /skins/default/images/favicon.ico
</IfModule>
My Apache logs say ‘Redirect to non-URL’. I did some checking and as
far as I can see when you use Redirect the destination has to be a full
URL. I tried replacing it with Alias but that is not allowed in .htaccess
files.
Is it just me, is there some server config I am missing? Assuming that it
is does work will a redirect like this not cause problems with the
skinning, end users can select a skin in their prefs but they cannot alter
the .htaccess file to point to the appropriate place.
Regards,
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
We (the University of Michigan) launched RoundCube today as a webmail
option. In this first day, more that 20,000 users have tried RoundCube for
the first time. We have received a lot of feedback, the much of it is
enthusiastically positive.
Many people have asked that a separate window be used for message
composition. We
are looking into implementing this functionality. I've created a ticket in
trac:
http://trac.roundcube.net/ticket/1485486
Does anyone have any perspective or guidance they'd like to share about
implementing this?
many thanks
-kris
See also:
http://lists.roundcube.net/mail-archive/dev/2008-10/0000010.htmlhttp://roundcubeforum.net/requests/3362-compose-optionally-open-new-window.…
--
Kris Steinhoff
Web/DB Team
Information Technology Central Services
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
I forgot to cc the list...
-------- Original Message --------
Subject: Re: [RCD] New window for compose
Date: Fri, 10 Oct 2008 08:52:19 +0200
From: Maximilien Cuony [The_Glu] <maximilien(a)theglu.org>
To: Kris Steinhoff <steinhof(a)umich.edu>
Hello,
I think (but it's only me ;)) there should be an option in preference to
set both behaviors :
1) When we click on the compose-reply-etc button, it's open a new windows
for composition.
2) When we click on the compose-reply-etc button AND press the shit key,
it's open a new windows for composition.
Then it's should be easy to change button's code to open an new windows.
When mail is send, show only the result message for 3-5s and close the
windows as gmail should be a good idea (?).
Regards,
On Thu, 09 Oct 2008 22:14:57 -0400, Kris Steinhoff <steinhof(a)umich.edu>
wrote:
> We (the University of Michigan) launched RoundCube today as a webmail
> option. In this first day, more that 20,000 users have tried RoundCube
for
> the first time. We have received a lot of feedback, the much of it is
> enthusiastically positive.
>
> Many people have asked that a separate window be used for message
> composition. We
> are looking into implementing this functionality. I've created a ticket
in
> trac:
>
> http://trac.roundcube.net/ticket/1485486
>
> Does anyone have any perspective or guidance they'd like to share about
> implementing this?
>
> many thanks
> -kris
>
>
> See also:
> http://lists.roundcube.net/mail-archive/dev/2008-10/0000010.html
>
http://roundcubeforum.net/requests/3362-compose-optionally-open-new-window.…
>
>
> --
> Kris Steinhoff
> Web/DB Team
> Information Technology Central Services
> The University of Michigan
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
>
--
Maximilien Cuony [The_Glu]
http://theglu.org
_______________________________________________
List info: http://lists.roundcube.net/dev/
--- 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/
Hi Florian,
Could you find some time to work on plugin architecture?
I have a proposal for a hook, maybe you can put it in
the plan:
login / login failed hooks
Good for:
After login: Ability to add msg like your mailbox is near quota, etc
Failed login: plugin can check why - more info to user!
Bye,
Balázs
--
*Horváth Balázs* *Balázs Horváth*
Fejlesztési vezető Development Manager
WG Informatika Kft. WG Informatics Ltd.
H-1123 Budapest, Alkotás utca 53. (MOM Park, "D torony" II.em)
Tel./Fax: +36/1-487-5502
Mobil: +36/20-971-2904
E-mail: horvath.balazs(a)wgi.hu <mailto:horvath.balazs@wgi.hu>
Web: http://wgi.hu <http://wgi.hu?adid=145>
_______________________________________________
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/
Updated "Azerbaijani" language.
Added same additions!
Forex-AZ forex ticarəti.Vaxt və məkan anlayışı olmadan dünya birjalarında ticarət imkanı.
_______________________________________________
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/