Hello Roundcube lovers
The just released update fixes some bugs discovered with the 0.5
stable version and also improves security by preventing some possible
CSRF attacks. This includes an optional referer check which is yet
disabled by default. If you trust HTTP Referer headers you can enable
it in config with $rcmail_config['referer_check'] = true;
Furthermore IDNA support has now been improved and some visual
glitches in IE and Safari have been resolved. Thanks again to all
reporters and pathc contributors!
We recommend to update all existing Roundcube installation with this
release. It can be downloaded from http://roundcube.net/download
and a complete list of changes is available here:
http://trac.roundcube.net/wiki/Changelog
Best wishes,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I'm trying to debug one of my plugins. Since changes in the core to ldap
address book groups it can't work with them anymore. I don't have an ldap
address book myself and the example on in the config file doesn't appear to
have any groups. Does anyone know of a public ldap address book with groups
I could use for my testing?
Thanks,
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi Mark,
> If this set up can be of use for testing your plugin and you can wait
> till tomorrow I can give you the details.
>
That would be great, thanks.
Phil
>
>
> ------Original Message------
> From: Phil Weir
> Sender: dev-bounces+mark=katmoda.com(a)lists.roundcube.net
> To: dev(a)lists.roundcube.net
> Subject: [RCD] public ldap addressbook with groups
> Sent: Feb 8, 2011 19:06
>
> Hi,
>
> I'm trying to debug one of my plugins. Since changes in the core to
> ldap
> address book groups it can't work with them anymore. I don't have an
> ldap
> address book myself and the example on in the config file doesn't
> appear to
> have any groups. Does anyone know of a public ldap address book with
> groups
> I could use for my testing?
>
> Thanks,
>
> Phil
>
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
> BT/34d81ff9
>
> -------------------
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
hello,
it_IT updated labels.inc file
--
bye,
emilio
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/kC/gWKGT9xy/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 list,
I'm having issues with a custom dev for markasjunk2 plugin.
I want to access the header X-DSPAM-Signature using the following code:
------
// get dspam signature header (%s macro)
if(preg_match("/%s/",$command)){
$MESSAGE = new rcube_message($uid);
$dspam_signature = $MESSAGE->get_header('x-dspam-signature');
file_put_contents('/tmp/mark_dspam', "uid=$uid;
signature=$dspam_signature\n");
$command = str_replace('%s', $dspam_signature,$command);
}
------
And all I get is an empty string instead of the header's value:
------
# cat /tmp/mark_dspam
uid=25; signature=
------
If I try to fetch the header 'subject' instead of x-dspam-signature, it
works alright.
In the email, this header is present :
------
Date: Mon, 07 Feb 2011 15:16:48 -0500
From: Julien...
User-Agent: Mozilla...
MIME-Version: 1.0
To: julien...
Subject: spam
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-DSPAM-Result: Innocent
X-DSPAM-Processed: Mon Feb 7 21:16:55 2011
X-DSPAM-Confidence: 0.9899
X-DSPAM-Improbability: 1 in 9809 chance of being spam
X-DSPAM-Probability: 0.0000
X-DSPAM-Signature: 4d50533749761795657448
------
I can't use the imap_init hook because the code is located in the
'cmd_learn.php' driver and not in the main function (it's on purpose).
How can I access this header ?
Thanks,
julien
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I’ve attached an updated Swedish localization of labels.inc.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/L8/d2vnzwkY/sv_SE.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 people!
this is a (may be) stupid question for someone, but for me is what i
need now and don't know where to find info:
how can i download the 0.5.1 dev branch ?
i get only stables and trunk, but not found how to get 0.5.1
thanks!!
Charly
--
Carlos Pasqualini <charly(a)setionline.com.ar>
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I love roundcube!
--
Alessio Leonarduzzi
tel +393405403068 fax +3904321841022
mail alessio.leonarduzzi(a)gmail.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/YK/Dyytkv6X/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
Gmail has an interesting (labs-only) feature when the tab is "pinned"
in Chrome - the favicon displays a counter of unread email, which makes
pinning your mail tab a very easy way to tuck it away but still
unobtrusively notify of new mail. See:
http://news.softpedia.com/news/Gmail-Unread-Messages-Icon-Now-in-Labs-18057…
I also keep both gmail and roundcube open all day - this would be a
PERFECT feature to add.
Any other interest out there?
Mark Miller
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80