2

I am creating a widget based application in which I need to create a widget for GMail. This application uses xulrunner based technology stack. Major features required in this widget are: 1. List of mails 2. Read/Delete/Mark/Reply/Compose a mail.

I have come across the Google's GData API which is available for all major Google products like Blogs,Calendar,YouTube etc but not for GMail. Another way I found is to use unofficial GMail Mobile API here.

Does anybody have any other good way of doing this? Particularly I would really like to know about accessing GMail via IMAP/POP3.

Thanks in Advance.

4

1 に答える 1

0

1分もかからずに見つけました。http://code.google.com/intl/iw-IL/apis/gmail/imap/

これは Google IMAP API サイトで、必要なすべてが説明されています。

于 2011-08-10T17:08:14.943 に答える