I have been bumping into a wall trying to developing a plugin, and I've
finally decided to do the smart thing and seek some help. The plugin I am
working on is attempting to check our local mail systems shared System
Notices folder (#Shared Folders/System Notices) and then display a notice
message to the end user.
Is there a jquery/php event/hook that I could use for the initial window
view, or alternatively an $rcmail->action I can check for in the plugin
init?
Robert King
System Administrator
Computing & Communications
Memorial University
_______________________________________________
List info: http://lists.roundcube.net/dev/
I am having an issue with using links in display_message. Is it even
possible to use the display_message for clickable links?
Here is the label I am using:
$labels['sysnotice_msg_clickable']= "<a id=\"sysnoticebtn\"
onclick=\"return rcmail.command('plugin.sysnotice.goto','',this)\"
href=\"#\">Click Me</a>";
Here is the display_message
$rcmail->output->command( 'display_message',
$this->gettext('sysnotice_msg_clickable'), 'error');
The link is clickable in the message, but seems to have no effect. Any
insight?
---
Robert King
System Administrator
Computing & Communications
Memorial University
_______________________________________________
List info: http://lists.roundcube.net/dev/
Patrick Nagel wrote:
> Hi,
>
> On 2009-04-08 18:30, larinus(a)gmail.com wrote:
>> Hello people, i configured address book in roundcube with ms active
>> directory.
>> Here`s my config
>
> [...]
>
>> Everything work fine if field "Full Name" contains latin characters.
>> But, if it contains many cyrillic characters, then in the address
>> book occurs error "the requested contact was not found"?
>> can somebody help?
>> P.S. Sorry for my bad english. I hope you all understand.
>
> This may be the same problem that I encounter with Chinese characters:
> http://trac.roundcube.net/ticket/1484829
>
> Patrick.
>
well, maybe.
but, sometimes if i do not long record in the field "Full Name", for
example just a short name (consisting of several characters) then it
works fine.
Maybe exist some limiting on the length of the string....
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello people, i configured address book in roundcube with ms active
directory.
Here`s my config
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
$rcmail_config['ldap_public']['domain.local'] = array(
'name' => 'DOMAIN',
'hosts' => array('domain.local'),
'port' => 3268,
'use_tls' => false,
'user_specific' => true,
'base_dn' => 'dc=domain,dc=local',
'bind_dn' => 'user(a)domain.local',
'bind_pass' => 'pass',
'writable' => true,
'ldap_version' => 3,
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'sort' => 'cn',
'scope' => 'sub',
'filter' =>
'(&(mail=*)(!(msExchHideFromAddressLists=TRUE)))',
'global_search' => true,
'fuzzy_search' => true);
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Everything work fine if field "Full Name" contains latin characters.
But, if it contains many cyrillic characters, then in the address book
occurs error "the requested contact was not found"?
can somebody help?
P.S. Sorry for my bad english. I hope you all understand.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, list.
Our user reported a strange issue:
sent mail by roundcube 0.2/0.2.1/svn version, opened in MS Outlook, the
attachment filename were changed:
Original | Changed
file.xls => file.doc
file.doc => file.dat
Is it a roundcube issue or Outlook issue?
Thanks very much.
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Fri, Feb 27, 2009 at 5:27 PM, emi daruma tai <emidaruma(a)gmail.com> wrote:
> Hi!
> Nice patches, Chris!
>
> You can do some AJAX loading for the first time you expand a thread. With
> that, you'll be able to do a thread counter for pagesize and pagination and
> make a growing per message counter, if it's needed. And, sure, it will look
> very well, only transmitting lots of info when it's needed (server-side
> thread caching also enabled).
Testing with MySQL I found it's very slow to cache the threads and was
faster simply calling IMAP THREADS again each time.
Chris
_______________________________________________
List info: http://lists.roundcube.net/dev/
Is there any (security?) reason to not allow links with any protocol in
href attribute (washtml.php)?
--
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/
Hi devs and list lurkers
The plugin API is making good progress and I really have fun when
developing some sample plugins. I think that we'll be ready soon to
merge the development branch back into trunk and publish a new beta
with the plugin API. I kindly ask you to try out the current branch
(devel-api) and find out what you can do with it. There's a basic
description about how to write and install plugins at
http://trac.roundcube.net/wiki/Doc_Plugins.
There are only a few hooks implemented so far
(http://trac.roundcube.net/wiki/Plugin_Hooks) and you're welcome to
share your needs for further hooks with us.
Have fun and let us know what you think or what's missing.
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Guys,
Just tried to login at the trac (trac.roundcube.net), but it seems to be
blocked by a .htaccess file?
A user on the forums reported the problem.
Just wanted to let you know :).
Regards,
Timo
The Netherlands
_______________________________________________
List info: http://lists.roundcube.net/dev/