http://lists.roundcube.net/mail-archive/users/2010-07/0000021.html
I'm not sure all of you are reading users list. THREAD preformance issue
has been fixed. Still on big mailboxes it can took a few seconds for
handling threads. BTW, my proposition to make displaying messages (in
'show' action) faster is to create page navigation (#countcontrols) in
separate (ajax) request after message.html page is loaded. Any thoughts?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
New labels.inc attached.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Wq/9fHTchma/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/
Update for Welsh labels.inc attached.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Dt/t391yazm/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/
Hi,
Attached is an updated version of labels.inc for en_GB which has the 1
missing bit of text in.
Thanks,
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Nw/16xsOWYA/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/
The release is scheduled for next Wednesday. So, all translators should
update localization files. Developers and plugin writers should make
some final tests suing current code. Thx.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi everyone,
I have recently upgraded to the latest stable version (0.3.1). I was
pleased to see that the users' private address books can now nicely be
stored in LDAP as well. I like this because it enables address book
synchronization with Thunderbird (albeit TB still can only access it
read-only, but it's a step forward). So I wrote up a small plugin that
can migrate the address books from SQL-backed storage to LDAP-backed one
when a user logs in. The file goes into plugins/addrbook_sql2ldap/
I realize that this has a rather narrow scope and is probably only
useful for a few people; nevertheless I'm attaching it here and leave it
up to the maintainers to decide whether to include it in the
distribution or to throw it away :-) License is GPL, of course.
This was written for 0.3.1, I don't know if there are any changes
required for the latest development version. I doubt it, but in case
there are, it should be a matter of minutes to adapt it because it's not
exactly a lot of code.
Oh, one more completely unrelated thing: on every login, I keep getting
the following warning in logs/errors:
PHP Warning: sort() expects parameter 1 to be array, boolean given in
program/include/rcube_imap.php on line 1118
It doesn't seem to do any harm, but if there's a suggestion for a fix,
I'd be grateful. I have to admit I didn't really understand where it
comes from ;-)
Best regads,
Chris
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Hq/RZioUZda/addrbook_sql2ldap.php
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello!
Please update it.
labels.inc is for RoundCube;
plugins_ru_RU.patch is for help & password plugins.
С уважением,
Сергей Дукачёв (Sergey Dukachev) mailto:admin@mfitness.ru
---------------------------
Отдел IT
MFitness
+7 (495) 974 1234 (доб. 106)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Eh/ITKjEkdc/labels.inchttp://detached.gigo.com/rc/Eh/ITKjEkdc/plugins_ru_RU.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
[[ I'm happy to work with a consultant to answer this and other
questions, as per my previous email. However, Thomas suggested I send
some questions to the dev list, so I'm doing that. ]]
I want to modify roundcube to add a new column to the mailbox listing
based on an X- header in the email messages, conditionally based on
the mailbox name.
I've found these functions involved in creating the message listing:
program/steps/mail/func.inc:rcmail_message_list
program/steps/mail/func.inc:rcmail_js_message_list
It looks like the message list both printed as HTML and updated by
javascript.
I tired modifying their output to add some new columns, but the
resulting display was really weird. The new column ended up to the
right of the actual column listing, and I don't think had the right
data.
Just to see how the system works, I tried modifying the configuration
$rcmail_config['list_cols'] and adding 'cc' or 'replyto' (both
identified as supported columns) and they did not show up as new
columns in the message listing. When I remove a column (such as
'date') it does disappear from the listing.
I'd appreciate any pointers.
I'm running roundcubemail-0.3.1.
Thanks!
David Harris
DRH Internet Inc.
972-572-0900
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
attached the updated localzation for
/trunk/plugins/help/localization/zh_TW.inc
--
Best Regards,
Thomas Yu - Sian , Liu
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/XR/zXLEbyYR/zh_TW.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/
Hi Jannis,
Thanks! This is exactly what I needed.
David
On Jul 24, 2010, at 12:08 PM, Jannis Froese wrote:
>
> Hi,
> I'm not exactly an roundcube developer, but in case you haven't got
> the
> answer yet:
> In program/js/list.js you find the function "use_arrow_key" (row 455)
> which
> does exactly what you want. Just look at it to see how to do it.
> Regards
> Jannis
>
>
> On Fri, 23 Jul 2010 11:50:27 -0500, David Harris <dharris(a)drh.net>
> wrote:
>> Hi,
>>
>> [[ I'm happy to work with a consultant to answer this and other
>> questions, as per my previous email. However, Thomas suggested I send
>> some questions to the dev list, so I'm doing that. ]]
>>
>> I want to create a button to move to the next or previous message in
>> a mailbox listing page. And if we're at the last message in a page
>> and someone clicks to go to the next message, then we will move to
>> the first message in the next page.
>>
>> I've found:
>> rcmail.command('nextmessage');
>> rcmail.command('previousmessage');
>> but they only appear to work on message listing page.
>>
>> For the mailbox listing page, I've found these functions to move back
>> and forward through the page list:
>> rcmail.command('previouspage');
>> rcmail.command('nextpage');
>>
>> Is there a command to do this?
>>
>> I see that the down and up arrow seem to do what I want. Do you have
>> a keypress handler doing this that calls a command? (I can't find
>> it.)
>>
>> Thanks,
>>
>> David Harris
>> DRH Internet Inc.
>> 972-572-0900
>>
>>
>>
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/dev/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
[[ I'm happy to work with a consultant to answer this and other
questions, as per my previous email. However, Thomas suggested I send
some questions to the dev list, so I'm doing that. ]]
I want to create a button to move to the next or previous message in
a mailbox listing page. And if we're at the last message in a page
and someone clicks to go to the next message, then we will move to
the first message in the next page.
I've found:
rcmail.command('nextmessage');
rcmail.command('previousmessage');
but they only appear to work on message listing page.
For the mailbox listing page, I've found these functions to move back
and forward through the page list:
rcmail.command('previouspage');
rcmail.command('nextpage');
Is there a command to do this?
I see that the down and up arrow seem to do what I want. Do you have
a keypress handler doing this that calls a command? (I can't find it.)
Thanks,
David Harris
DRH Internet Inc.
972-572-0900
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Could on the fly spell checking ever be possible composing
emails instead of the separate check after you are done?
Or possibly
have it check when you click "send" and then come back (optional per
user)--
people have asked, and sometimes I forget to do a check
myself.
Thanks!!
PS -- Roundcube is getting very nice-- and it is so
fast with all the little optimizations you guys have been doing (i've
been installing the svn versions as we go) they have really added up.
--Scott Kramer
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I'm modifying roundcube for some specific customer requirements. I'm
a programmer and have made a lot of progress, but I'm running into
changes that take time because I don't know all of the roundcube
internals. I'd like to hire a roundcube developer to work with me on
some of these modifications and/or advise me on the relevant internals.
I'd like to get started tomorrow (Saturday 7/24) or today and
initially buy about 4 or 6 hours of time. Since it's last minute, if
someone can help me tomorrow I'll pay $120/hour. Normally I can pay
$100/hour.
Please contact me if you're interested at dharris(a)drh.net. Let me
know your roundcube experience, your availability, and your phone
number.
Thanks,
David Harris
DRH Internet Inc.
972-572-0900 x702
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
When replying a message, the cursor starts below the original text. I
would like to propose an option allowing users to configure whether they
want to start above or below the text. Is such a feature planned?
Regards
Stefan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Which task i need to use. And how i can add new form field to login form ?
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Friends,
Today i did a little plugin for security reasons on server,and I will
like contribute with this source for other users.
This plugin use 3 hooks to check, block and report excessive connections
attempts.
1. The first hook is on login_failed for keep a database of time and ips
source of connections.
2. The second hook is on startup to clear current attemps of logins, this
will check the logs for failed logins to make decision of block.
3. and the Last hook is on template_object_loginform, to show a message
for user of the current block condition.
Well:
- *Resuming*, if not use right user and password in 3 attempts, the user
will be blocked for 10 minutes.
thanks for all
--
___________________
Anderson J. de Souza
- Networking and Security -
[ - Professional Consulting - The best firewall - ]
http://anderjs.blogspot.com/ - anjoel.s(a)gmail.com
Phone: +55 (54) 9115.13.15 - Sip: 1-747-013-2032
-
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/rt/6dKymCRa/antiBruteForce.php
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
I use roundcube with multiple sender IDs which are for different
purposes. For instance my sender IDs look like personal(a)example.com,
work(a)example.com, spam(a)example.com, newsletter(a)example.com
Unfortunately when answering an email each time I have to verify that
the appropriate sender ID is selected. For example I don't want to use
my default sender ID personal(a)example.com when answering an email to a
mailinglist but list(a)example.com. You can imagine that this is a not an
error-prone procedure.
Therefore I would like that Roundcube tries to select the sender ID
according to the recipient. This means when I answer an email which was
send to spam(a)example.com I don't want Roundcube to use my default sender
ID but spam(a)example.com.
Please let me know what you think about this idea or if you scheduled it
already as a future features.
Regards
Stefan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
This is my first post :)
I'm managing one roundcube webmail connected to 2 differents imaps
servers, using array in $rcmail_config['default_host'].
The trouble is : serveur 1 and 2 listen on two differents non standard
port so using $rcmail_config['default_port'] = 143 is impossible.
$rcmail_config['default_host'] = array('ip_serveur_1'=>'name serveur 1',
'ip_serveur_2'=>'name serveur 2' ) ;
$rcmail_config['default_port'] = 143;
So I made a modification in program/include/rcmail.php
diff rcmail.php rcmail.php.ori
464,469c464,465
<
< if (is_array($config['default_port'])) {
< $imap_port = $imap_port ? $imap_port :
$config['default_port'][$host] ;
< } else {
< $imap_port = $imap_port ? $imap_port : $config['default_port'];
< }
---
>
> $imap_port = $imap_port ? $imap_port : $config['default_port'];
and now in rcmail_config['default_port'] I can use an array too
in config/main.inc.php
$rcmail_config['default_host'] = array('ip_serveur_1'=>'name serveur 1',
'ip_serveur_2'=>'name serveur 2' ) ;
//$rcmail_config['default_port'] = 143;
$rcmail_config['default_port'] = array('ip_serveur_1'=>'port1',
'ip_serveur_2'=>'port2' ) ;;
If this changes is ok and usefull, I guess it would be nice to integrate
the modification
Thanks,
Ludovic
--
ONERA
BP72 - 29 avenue de la Division Leclerc
FR-92322
CHATILLON CEDEX
Tel: +33 (0) 146 733 939
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, I was looking at _fetch_headers() in rcube_imap.php, and I don't get
why $cache_index[$headers->id] != $headers->uid:
if ($this->caching_enabled && $cache_index[$headers->id] != $headers->uid) {
...
}
Why is it skipped when $cache_index[$headers->id] is equal to
$headers->uid?
Can someone point me in the right direction? Thanks.
--
Denny Lin
_______________________________________________
List info: http://lists.roundcube.net/dev/
I'm trying to let my plugin delete messages. I've read move_del.inc and
tried to recreate it in my plugin by using
$this->IMAP->delete_message($_GET['_uid'], $_GET['_mbox']); and different
varieties of it with no success. I figured I could do an ajax call with the
required postdata (_mbox, _uid etc) but I would really love having it work
on php level to expand my Roundcube knowledge.
If somebody could please point me in the right direction it'd be greatly
appreciated.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Could everyone reply with which PHP version they currently use in
production? Off-list is ok too.
Thanks,
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
> // automatically create the above listed default folders on login
> $rcmail_config['create_default_folders'] = true;
this makes me believe that if the folders do not exist upon login,
they will be created.
but actually, they are only created if the user does not exist:
program/include/rcmail.php:627
> // user already registered -> update user's record
> if (is_object($user)) {
> // create default folders on first login
> if (!$user->data['last_login'] && $config['create_default_folders'])
> $this->imap->create_default_folders();
> $user->touch();
> }
> // create new system user
> else if ($config['auto_create_user']) {
> if ($created = rcube_user::create($username, $host)) {
> $user = $created;
> // create default folders on first login
> if ($config['create_default_folders'])
> $this->imap->create_default_folders();
...
this has been changed in r3232
so how do i get these default folders now, if i already have a rc
profile?
maybe we should create an option to auto-create the default folders
via "settings/special folders"?
thanks,
raoul
--
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc. email. r.bhatia(a)ipax.at
Technischer Leiter
IPAX - Aloy Bhatia Hava OG web. http://www.ipax.at
Barawitzkagasse 10/2/2/11 email. office(a)ipax.at
1190 Wien tel. +43 1 3670030
FN 277995t HG Wien fax. +43 1 3670030 15
____________________________________________________________________
_______________________________________________
List info: http://lists.roundcube.net/dev/
I'm unsure if it's a bug in roundcube or if I'm doing it wrong so I'm
posting on the list instead of making a ticket in the trac system.
Anyhow, I'm trying to add local directories of my users so that the size of
their other personal directories are added to the total used quota. The
problem is that the quota bar isn't affected by my changes. Here's some code
for reproduction:
public function quota($args) {
$args['used'] .= 1048576;
return($args);
}
The quota is completely unaffected by this, judging from the quota bar that
works in other cases.
Is this a bug or am I doing it wrong?
_______________________________________________
List info: http://lists.roundcube.net/dev/
I think this isnt said enough, but RC is really looking awesome lately. Some seemingly minor UI changes have really improved things. Ive been running recent versions in production (currently running 3813 :), and im only getting positive comments from people using it. We're also starting to see some really cool plugins, so thats helping a lot.
I think when you guys release 0.4, people are going to be very happy. I would personally even consider calling 0.4 1.0 instead, as it would take RC out of what looks to some like a beta stage. RC is far from a beta stage. It's stable, fast, very well designed, robust plugin architecture, etc. Releasing a 1.0 would give it the status it deserves.
Regards,
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/