Hi,
I would really love to have a PGP plugin for roundcube.
Did - since 2009 - anything happen that isn't listed here:
http://trac.roundcube.net/wiki/PluginRepository/Encryption ?
What can I do to encourage you to continue this project? ;)
We want to start a webmail service here in germany, that makes PGP
usable for everyone via web-browser.
The only webmailer I found until now is squirrelmail - but I'd love to
set up roundcube instead for this project.
I know PHP, but didn't develop anything for roundcube yet.
Would be cool if we could continue the Encryption Plugin :)
Best regards!
--
morphium - morphium(a)jabber.ccc.de - 113332157
http://identi.ca/morphium - http://twitter.com/morphium86
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello!
Sending an updated slovene translation.
Cheers,
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/R4/6eDpsRMd/sl_SI.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/
BT/aba52c80
Hi,
Changes to the set_row_attribs function for tables in r4853 mean that the
add_row function always has to be called first if you want to set attributes
on the first row of a table. Setting attributes on subsequent rows is
unchanged. For example, before r4853:
$table = new html_table(array('cols' => 1));
$table->set_row_attribs(array('id' => 'rcmrow1'));
$table->add(null, 'first row');
Would have given the first row an id of rcmrow1. But now you have to do:
$table = new html_table(array('cols' => 1));
$table->add_row();
$table->set_row_attribs(array('id' => 'rcmrow1'));
$table->add(null, 'first row');
I am not sure if this is an intended change or a bug. Does anyone know?
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Aj/CwmppUrn/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/
BT/aba52c80
Hi,
I've update the Simplified Chinese localization program/localization/zh_CN
the former $labels['fromknownsenders'] has false translation to 'from unknown senders' back in english.
see attach.
Best regards,
waiting@CCF
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/GR/ZwVwK0uc/zh_CN.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/
BT/aba52c80
Attached
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ua/93Nxsj9C/roundcube-ar.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/
BT/aba52c80
$rcmail_config['referer_check'] = true;
makes address book fails, still happy with the update, keep the good
work
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello.
I've finished the localization of Spanish (Spain) files. The are in
the attachment.
Goodbye.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/q5/e6RkeVVu/es_ES.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/
BT/aba52c80