Hi, developers.
I'm using Roundcube-0.1.1 with some plugins in product environment,
and testing roundcubemail svn version.
I'm confused why we can't use both sql and ldap address book in
roundcube svn version.
----<-- main.inc.php ----
// This indicates which type of address book to use. Possible choises:
// 'sql' (default) and 'ldap'.
// If set to 'ldap' then it will look at using the first writable LDAP
// address book as the primary address book and it will not display the
// SQL address book in the 'Address Book' view.
$rcmail_config['address_book_type'] = 'ldap';
----<----
If i set it to 'sql', and configured ldap address book, it will list
both two in address book panel, but when i click the ldap address
book, it raised database error. If i use only ldap, it works.
How can i use both address book types?
Thanks very much.
--
Zhang Huangbin
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I need you opinion about http://trac.roundcube.net/ticket/1485151
Does anyone know why http://trac.roundcube.net/changeset/1576 was introduced
(by alec)?
The pear bug mentioned in changelog doesn't explain the change since tspecials
need only escaping, not rfc2184 quoting.
The problem becomes bigger (for me) because it seems that even major email
providers in my country don't support rfc2184 (I'm pinging these). google
mail uses quoted printable there ... which looks wrong.
I'm lost.
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi. I'm having an issue with large attachments (I've tried with a 5Mb
file) with both RC 0.1-rc2 and 0.2-alpha.
I've setting the PHP max upload size and the files are upload right
(to /tmp and then moved to RC temp/), but sending the message fails
without error (just the "sending message" notification, but nothing
happens). I've also noted that the temp/ directory contains a lot of
files (maybe all the files the users have sent?).
Any clue?
--
Javier Smaldone
javier(a)smaldone.com.ar
_______________________________________________
List info: http://lists.roundcube.net/dev/
sorry, database schema for use with this script
CREATE TABLE IF NOT EXISTS `mailrules` (
`mailrule_id` int(11) NOT NULL auto_increment,
`order` tinyint(4) NOT NULL default '0',
`name` varchar(128) default NULL,
`from` varchar(128) default NULL,
`to` varchar(128) default NULL,
`subject` varchar(128) default NULL,
`cc` varchar(128) default NULL,
`bcc` varchar(128) default NULL,
`replyto` varchar(128) default NULL,
`count` int(10) unsigned NOT NULL default '0',
`user_id` int(10) unsigned NOT NULL default '0',
`location` varchar(128) default NULL,
PRIMARY KEY (`mailrule_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
On Fri, Aug 29, 2008 at 7:55 PM, Roland Liebl <roland(a)liebl.ath.cx> wrote:
> Hello San,
>
> I had a brief look on your patch.
>
> There is a new database table mailrules necessary. Structure?
> Patch for db.php.inc.dist?
>
> Isn't there a template to manage mail rules?
>
> Please send me a complete zip of all modified file.
> Sorry I'm on windows and can't use .patch files at all.
>
> Regards,
> Roland
>
> On Fri, 29 Aug 2008 14:04:24 +0700, San <sansez(a)gmail.com> wrote:
>> from this ticket : http://trac.roundcube.net/ticket/1484890
>>
>> I have modified some function, about filter rules which use search
>> function from rcube_imap.php
>> I think it ok, please use this filter in next version of roundcube
>>
>> filter is the features I like....
>>
>> sorry for my poor English.
>>
>
>
--
Sincerely,
Nantharat Puwarang
Sansez [at] Gmail [dot] com
LPIC-1 : Linux Professional Institute Certified
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there,
I have coded some stuff, not the way it is discussed at the moment. I started much sooner coding a plugin API.
Test Server: http://www.roland-liebl.de/webmail
user: demo(a)liebl.ath.cx
pass: demo
Download a complete package (based on SVN 1711) @ http://www.roland-liebl.de/dl/roundcube/
Even if you don't like the API please see the features I have implemented: http://www.roundcubeforum.net/showthread.php?t=3389
Most things are worth at least a review. Maybe you want to adapt things which are not hmailserver specific into default RoundCube.
-Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
from this ticket : http://trac.roundcube.net/ticket/1484890
I have modified some function, about filter rules which use search
function from rcube_imap.php
I think it ok, please use this filter in next version of roundcube
filter is the features I like....
sorry for my poor English.
--
Sincerely,
Nantharat Puwarang
Sansez [at] Gmail [dot] com
LPIC-1 : Linux Professional Institute Certified
_______________________________________________
List info: http://lists.roundcube.net/dev/