Hi devs,
thanks for hard work on the (long desired) Plugin API.
Could you please think about to automatically inculde configuration files
located in the plugin folder (just like you do with the language files)
instead of editing the main configuration file. I'd prefer that.
Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello Developers,
there is still a crazy bug for 3 months not fixed. This bug makes roundcube
worthless for many users.
Could someone please fix this bug?
http://trac.roundcube.net/ticket/1485659
Thank you in advance.
Michael (tux1337)
_______________________________________________
List info: http://lists.roundcube.net/dev/
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/