GMail access in Firefox Extension

287 Views Asked by At

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.

1

There are 1 best solutions below

1
On

Found this in under 1 minute of searching. http://code.google.com/intl/iw-IL/apis/gmail/imap/

This is the Google IMAP API site, it explains everything you need.