views:

59

answers:

2

is there a way to get emails from google, send emails, and add contacts to the address book using the google API?

I'm doing an obj-c mac application.

A: 

You might find luck here http://code.google.com/p/gdata-objectivec-client/

ojreadmore
This is really great! but I don't seem to see anything about google mail...
Elijah W.
Upon closer look I don't see gmail either. That may be a strategic decision to exclude it?! I can only tell you I'm using the analytics API and it's good.
ojreadmore
Interesting.... Yeah the other examples are great. But no mail? Do you know another ways I can get gmail?
Elijah W.
+1  A: 

You can access mail from Google (and most other mail providers) via IMAP and mail can be sent via SMTP. You can use the Pantomime Framework for these protocols.

Sven