Re: [kopete-devel] MSN e-mail notification

2009-07-09 Thread Lamarque Vieira Souza
Em Thursday 09 July 2009, Matt Rogers escreveu: > On Wed, Jul 8, 2009 at 6:29 PM, Lamarque Vieira Souza wrote: > > Em Wednesday 08 July 2009, Olivier Goffart escreveu: > >> Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : > >> > @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox() > >> > { >

Re: [kopete-devel] MSN e-mail notification

2009-07-09 Thread Lamarque Vieira Souza
Em Wednesday 08 July 2009, Lamarque Vieira Souza escreveu: > Em Wednesday 08 July 2009, Olivier Goffart escreveu: > > Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : > > > @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox() > > > { > > > // if (m_notifySocket) > > > // m_notif

Re: [kopete-devel] MSN e-mail notification

2009-07-09 Thread Lamarque Vieira Souza
Em Wednesday 08 July 2009, Tiago Salem Herrmann escreveu: > Lamarque Vieira Souza wrote: > > Another thing, I suppose the request url from the server is needed to > > open the inbox, right? I have tested your patch against msntest.cpp but > > there is no return from the server. Do you know why?

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Raphael Kubo da Costa
2009/7/9 Lamarque Vieira Souza : > Em Thursday 09 July 2009, Matt Rogers escreveu: >> On Wed, Jul 8, 2009 at 6:29 PM, Lamarque Vieira Souza > wrote: >> > Em Wednesday 08 July 2009, Olivier Goffart escreveu: >> >> Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : >> >> > @@ -254,6 +254,7 @@

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Lamarque Vieira Souza
Em Thursday 09 July 2009, Matt Rogers escreveu: > On Wed, Jul 8, 2009 at 6:29 PM, Lamarque Vieira Souza wrote: > > Em Wednesday 08 July 2009, Olivier Goffart escreveu: > >> Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : > >> > @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox() > >> > { >

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Matt Rogers
On Wed, Jul 8, 2009 at 6:29 PM, Lamarque Vieira Souza wrote: > Em Wednesday 08 July 2009, Olivier Goffart escreveu: >> Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : >> > @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox() >> >  { >> >  //     if (m_notifySocket) >> >  //         m_notifySo

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Lamarque Vieira Souza
Em Wednesday 08 July 2009, Olivier Goffart escreveu: > Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : > > @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox() > > { > > // if (m_notifySocket) > > // m_notifySocket->slotOpenInbox(); > > + > > KToolInvocation::invokeBrowser(QLa

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Olivier Goffart
Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : > @@ -254,6 +254,7 @@ WlmAccount::slotOpenInbox() > { > // if (m_notifySocket) > // m_notifySocket->slotOpenInbox(); > + KToolInvocation::invokeBrowser(QLatin1String("http://www.hotmail.com";)) ; > } That's not right, you

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Tiago Salem Herrmann
Lamarque Vieira Souza wrote: > > Another thing, I suppose the request url from the server is needed to > open > the inbox, right? I have tested your patch against msntest.cpp but there is > no > return from the server. Do you know why? > well, just tested here and it returns the url.

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Lamarque Vieira Souza
Em Wednesday 08 July 2009, Olivier Goffart escreveu: > Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : > > I have changed it to i18n( "%1 new message%2 in your Hotmail inbox.", > > unread_inbox, unread_inbox > 1 ? "s": ""), it is shorter this way. Is it > > ok to use this kind of cod

Re: [kopete-devel] MSN e-mail notification

2009-07-08 Thread Olivier Goffart
Le Wednesday 08 July 2009, Lamarque Vieira Souza a écrit : > I have changed it to i18n( "%1 new message%2 in your Hotmail inbox.", > unread_inbox, unread_inbox > 1 ? "s": ""), it is shorter this way. Is it ok > to use this kind of code to add the plural to "messages" or it can cause > problem

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Matt Rogers
On Tuesday 07 July 2009 09:20:19 pm you wrote: > Em Tuesday 07 July 2009, Matt Rogers escreveu: > > On Tuesday 07 July 2009 05:08:16 pm Lamarque Vieira Souza wrote: > > > Em Tuesday 07 July 2009, Lamarque Vieira Souza escreveu: > > > > Hi, > > > > > > > > I have implemented the noti

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Lamarque Vieira Souza
Em Tuesday 07 July 2009, Matt Rogers escreveu: > On Tuesday 07 July 2009 05:08:16 pm Lamarque Vieira Souza wrote: > > Em Tuesday 07 July 2009, Lamarque Vieira Souza escreveu: > > > Hi, > > > > > > I have implemented the notifications slots, they are working. I am > > > using KNotification::even

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Matt Rogers
On Tuesday 07 July 2009 05:08:16 pm Lamarque Vieira Souza wrote: > Em Tuesday 07 July 2009, Lamarque Vieira Souza escreveu: > > Hi, > > > > I have implemented the notifications slots, they are working. I am using > > KNotification::event with KNotification::Persistent flag to show the > > m

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Lamarque Vieira Souza
Em Tuesday 07 July 2009, Lamarque Vieira Souza escreveu: > Hi, > > I have implemented the notifications slots, they are working. I am using > KNotification::event with KNotification::Persistent flag to show the > messages. Just one thing, the subject of a new mail is coming as > > =?iso

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Lamarque Vieira Souza
Hi, I have implemented the notifications slots, they are working. I am using KNotification::event with KNotification::Persistent flag to show the messages. Just one thing, the subject of a new mail is coming as =?iso-8859-1?Q?teste?= Where only the "teste" word is the

Re: [kopete-devel] MSN e-mail notification

2009-07-07 Thread Tiago Salem Herrmann
Lamarque Vieira Souza wrote: Hi there, Is anyone working on implementing hotmail mail notification in WLM plugin? If no I would like to implement it. But I need some information about how libmsn work and if it implements all the mail notification protocol. I see in msntest.cpp some f

[kopete-devel] MSN e-mail notification

2009-07-06 Thread Lamarque Vieira Souza
Hi there, Is anyone working on implementing hotmail mail notification in WLM plugin? If no I would like to implement it. But I need some information about how libmsn work and if it implements all the mail notification protocol. I see in msntest.cpp some functions related to mai