Hi, that's a pretty neat idea :) Google Talk API doesn't support such a thing, so you would have to use some other means of getting the data, probably XmlHttpRequest <http://code.google.com/apis/desktop/articles/e9.html> (i don't know if it's possible though, since the Chat folder isn't as used as Inbox for example). I don't think there is an official GMail API or something like that, but there may be ways to try this. One interesting page i found is this: http://petewarden.typepad.com/searchbrowser/2008/03/how-to-use-imap.html
I hope it helps, Teo On Sat, Nov 15, 2008 at 7:54 PM, Raghavan <[EMAIL PROTECTED]> wrote: > > Hi , > I am a newbie to all google APIs > I am trying to write query response system in which i need to search > which person(google talk user) is best eligible to answer a doubt > (query) posed by another user , lets say , "why is C++ faster than > Java ?" > I need to find out which google talk user is best suited to answer > this question .. i am planning to mine data from one's previous chat > and determine if he/she is eligible to respond to that query . > A person chatting much /receiving mails more about java / C++ is very > well eligible to answer the question > > Inorder to mine data from chats, i need to listen to the chats ... > does google talk API suppports it? > please guide me .. > PS: I am assuming that i read chat logs of a user ,With the complete > permission of user. > my plugin wud get ask for user permission of this feature before > getting installed > > > > -- Teo (a.k.a. Teominator a.k.a. Teodor Filimon) site www.teodorfilimon.com | blog www.teodorfilimon.blogspot.com GMT +2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
