Am Dienstag, 13. September 2011, um 19.19:27 schrieben Sie:
> Hi Andudi,
> It will be great if the ldap addressbook will have the form:
>
> $rcmail_config['ldap_public']['DOMAIN.TLD'] and could be shared accross
> all users of the DOMAIN.TLD domain.
hi Juanjo
a have no idea what you mean... if you mean user based addressbook, this is
possible allready, see the comments in the config file.
Andreas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello there :D
I'm a new subscriber in the dev-mailing list, my name is Tilman
Stremlau, I'm 17 years old and I use roundcube as my main mail-client
since I try to get away from Google Mail. So my aim is to help
developing the project and some plugins (my fist one is html5_notifier
http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plug…
).
There is a point I am not happy with:
The implementation of the hook "new_messages". The hook is just fired,
if a new mail arrived in the current opened mailbox.
On my opinion is this very useless for plugins. It would be better if
it is fired every time a new message arrives. Check if it's the current
mailbox could be done in the plugin itself - if necessary.
Changing the Code:
check_recent.inc line 37
" if ($mbox_name == $current && ($status =
$IMAP->mailbox_status($mbox_name))) {"
to
" $status = $IMAP->mailbox_status($mbox_name);
if ($status & 1)
{
if ($RCMAIL->config->get('focus_on_new_message', true) &&
$mbox_name == $current)
{
$OUTPUT->command('new_message_focus');
}
// trigger plugin hook
$RCMAIL->plugins->exec_hook('new_messages', array('mailbox' =>
$mbox_name));
}
if ($mbox_name == $current && $status)
{"
deleting line 73-78 (old hook call)
Another thing: The Class-File html.php
The complete structure is not perfect. I could use html_checkbox::a();
to create a link and there are many unnecessary sprintf etc.
If you want, I rewrite the complete class and send it as attachment to
you. This week I have enought time :D
All in all Roundcube is the best webclient I ever tested and I love it!
Big admission to the developers, you did a good job!
Regards,
Tilman Stremlau
P.S. Sry for my bad english, I am not the best in speaking english, but
I try to do my best :D I'm not unhappy about corrections, otherwise I
don't get better :D
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi list,
unfortunately use Outlook not the X-PRIORITY header for the priority, it
use IMPORTANCE with values like "high" or "low".
SquirrelMail <http://squirrelmail.org/> use a nice function to convert
this value to the numeric X-PRIORITY values.
The code is of course also GPL.
Greetings,
Tim Gerundt
p.s.: I tried to use Trac, but I always got a "OperationalError:
database is locked" error if I submitted a ticket. :(
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/as/1kKQCAP/support-more-priorit.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/
BT/aba52c80
Hi,
sometimes people may need to adjust the name of the session cookie set
by roundcube. The attached diff makes it a configurable option without
changing the default 'roundcube_sessid'. Not a lot people will ever need
to change it, but since I do, I'd like to be able to change the cookie
name without being forced to hack on core ;)
Cheers,
Stephan
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/xb/nTmPib9Z/session_name.diff
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
Arabic translation update attached.
regards,
Ossama Khayat
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7G/jeCw2Uyc/roundcube-ar.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi
Updated for Portuguese Brazilian (pt_BR)
Thanks
--
Robson
F. Ramaldes
Net New Ltda.
!DSPAM:4e676a53167852049818941!
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Mb/gzyzIdut/labels.inchttp://detached.gigo.com/rc/Mb/gzyzIdut/messages.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/
BT/aba52c80
Hello everyone,
in order to be RFC 5322 compliant, I've developped a plugin for Roundcube to
allow users to set the "Sender" of outgoing mails (cf. RFC 5322 - Originator
fields. http://tools.ietf.org/html/rfc5322#section-3.6.2).
I didn't really noticed when I started using Roundcube but the default
translation in the user interface for the "From" field is also "Sender".
Is there a specific reason to this translation ?
Please find the related Roundcube plugin in attachement.
Thanks,
Anthony.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7D/j3kVosDZ/identity_sender.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Dear List,
Please find the updated and reviewed Hungarian translation attached.
Regards,
ikkhares
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/qY/MH247hdF/rc_hu_v12.tar
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello again
The stable release 0.6 is getting really close! We just published the
release candidate version 0.6 which fixes some bugs from the last beta
release and which is now feature complete. Everybody is kindly invited
to do some more tests with this release and report bugs to our
tracker.
Download it as usual from http://roundcube.net/download
Have fun and stay tuned!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I’ve attached updated Swedish localizations of labels.inc and messages.inc.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/n3/mY5Ulh8P/sv_SE.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Updated and fixed a typo
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
One way to stop a runaway horse is to bet on him.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5mXdwACgkQ3kWu7Tfl6ZRHEgCgjOvZI4NaOrqbrsaTHLUSd6XY
G1QAn0K8xIWIiv5nBcjQJzFNFpklGdpx
=xjTr
-----END PGP SIGNATURE-----
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tR/Jo5Ntast/labels.inchttp://detached.gigo.com/rc/tR/Jo5Ntast/messages.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/
BT/aba52c80
Hello,
Please find attached the latest translation for French (fr_FR) with
everything translated in both files and some old items also fixed.
Regards,
Joel
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/aA/r8xMhGPW/labels.inchttp://detached.gigo.com/rc/aA/r8xMhGPW/messages.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/
BT/aba52c80
Updates to get the files back to 100%
--
Dafydd Tomos
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ns/dcnsGbu5/cy_GB.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I would like to write a plugin that enables the user to specify an external
SMTP server for every identity. But there are some questions I got.
I startet and used the identity_form hook to inject the additional form
elements, but how am I supposed to get the values that were entered by the
user? identity_update and identity_create do not provide the additional
data to my plugin. And of course the data is not saved automatically.
Second question: When I get the data, how is a plugin supposed to save
data? Do I save the data with:
rcmail::get_instance()->user->save_prefs(array('key' => $value));
or is there a way to save the data right where the identity is saved?
I hope you can help me developing this plugin.
Old thread: http://lists.roundcube.net/mail-archive/dev/2008-02/0000032.html
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80