Tilman Stremlau | 1 Sep 2011 12:35

[RCD] Strange hook "new_messages"

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-plugins/8836-new-plugin-html5_notifier-desktop-notification.html 
).

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) && 
(Continue reading)

Ling Fude | 5 Sep 2011 12:44
Picon

[RCD] Translatio​​​​​​​​n update for European Portuguese (pt_PT)

Translation update for European Portuguese (pt_PT).
 
- labels.inc
- messages.inc

Regards,
DC


Detachments -The following attachments have been detached and are available for viewing.

Only click these links if you trust the sender, as well as this message.

_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/1eb652a0
Moish | 5 Sep 2011 20:39
Picon

[RCD] Updated Hebrew translation


--

-- 
Moish

 --- 8< --- detachments --- 8< ---
 The following attachments have been detached and are available for viewing.
  http://detached.gigo.com/rc/g5/bHqJ7POb/messages.inc
  http://detached.gigo.com/rc/g5/bHqJ7POb/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/
BT/1eb652a0
Thomas Bruederli | 5 Sep 2011 20:25
Favicon
Gravatar

Re: [RCD] SMTP settings override via Identities plugin

On Tue, Aug 16, 2011 at 20:18, Florian Mutter <elm <at> skweez.net> wrote:
> How is the plugin supposed to now which identity was used to send an
> email? the smtp_connect hook doesn't provide the identity that was used
> to send a message nor does it provide an email address or message ID.
> I think there should be a message ID which invoked the smtp_connect
> hook that can be used to determine additional informations about the mail
> that is about to be sent. I hope you, or someone else, can help me.

The message ID is rather useless because there's no place to fetch
additional information. The message is not yet stored in the IMAP
backend, this is done after the mail was successfully delivered
through smtp. I recommend to register another hook
'message_outgoing_headers' in your plugin in order to gather
information about the message to be sent. The data passed to this hook
also contains the From address which is set by the identity. Read the
sender from there, store it in a member var of your plugin class and
read it afterwards when smtp_connect is triggered.

~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/1eb652a0

Thomas Bruederli | 5 Sep 2011 21:19
Favicon
Gravatar

[RCD] Release candidate for 0.6

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/1eb652a0

Dafydd Tomos | 5 Sep 2011 22:11
Favicon
Gravatar

[RCD] Update Welsh translation (cy_GB)

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/1eb652a0
Joël S. | 6 Sep 2011 01:10
Favicon

[RCD] French translation update

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.inc
  http://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/1eb652a0
Gökdeniz Karadağ | 6 Sep 2011 13:43
Picon
Gravatar

[RCD] Updated Turkish translation

Updated Turkish translation files are attached

--

-- 
Gökdeniz Karadağ

 --- 8< --- detachments --- 8< ---
 The following attachments have been detached and are available for viewing.
  http://detached.gigo.com/rc/s5/w87xjGP1/labels.inc
  http://detached.gigo.com/rc/s5/w87xjGP1/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/1eb652a0
Luigi Rosa | 6 Sep 2011 19:52
Gravatar

[RCD] Italian translation


Updated and fixed a typo

Ciao,
luigi

--

-- 
/
+--[Luigi Rosa]--
\

One way to stop a runaway horse is to bet on him.

_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/1eb652a0
Michiel Beijen | 6 Sep 2011 22:34
Picon
Gravatar

[RCD] Dutch translation

Attached the Dutch translation. Apart from adding the empty labels I
fixed some consistency issues, and I also corrected some small typos.
I checked the changes with Justin van Beusekom, the person who
submitted the translation the last time.

Thanks,

Michiel

 --- 8< --- detachments --- 8< ---
 The following attachments have been detached and are available for viewing.
  http://detached.gigo.com/rc/pm/mJqwUbqB/rc-nl_NL.tar.gz
 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/1eb652a0

Gmane