Is there an easy way to check a user's Gmail unread count from Cocoa Touch? I'm not interested in sending or reading mail messages. I just want to periodically poll for the unread count. If there is a way, could you please be as specific as possible in your answer?
EDIT: I changed the question from asking about just Cocoa to Cocoa Touch. Also, I'd like to be able to poll for any Gmail account, not just those on Google Apps domains. There is a Gmail Feed API (http://code.google.com/apis/gmail/docs/inbox_feed.html), but the docs say "Note: This feed is only available for Gmail accounts on Google Apps domains".