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/