[google-appengine] Re: Gmail API?

2009-06-07 Thread GenghisOne
The contacts API seems like an interesting aside although what I really want is the ability to interact with the message store... Maybe something more in line with what Yahoo provides... The Yahoo! Mail Web Service gives developers access to APIs for Yahoo! Mail. With the Yahoo! Mail Web

[google-appengine] Re: Gmail API?

2009-06-05 Thread johntray
No API, just the standard pop and imap interfaces. (I don't know where those are documented, but I presume they can be readily found online.) On Jun 4, 8:47 pm, GenghisOne mdkach...@gmail.com wrote: Is there an API for Gmail and if so is there some documentation that explains how to use it?

[google-appengine] Re: Gmail API?

2009-06-05 Thread Charlie
Yeah. This is unfortunate, since app engine can't make pop or imap calls since they're not HTTP. On Jun 5, 1:48 pm, johntray john.tur...@gmail.com wrote: No API, just the standard pop and imap interfaces. (I don't know where those are documented, but I presume they can be readily found

[google-appengine] Re: Gmail API?

2009-06-05 Thread David Wilson
If all you need is access to the user's address book, the Google Contacts API works for that AFAIK: http://code.google.com/apis/contacts/ 2009/6/5 GenghisOne mdkach...@gmail.com: Is there an API for Gmail and if so is there some documentation that explains how to use it? Thx much.