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/