Live data from Hacker News

Gmail.js – JavaScript API for Gmail

github.com

1–10 of 52 posts

Re: Gmail.js – JavaScript API for Gmail

#6
post #3

We used this for a project before, just be aware that the DOM changes regularly for gmail, and if an API you rely on breaks you will be SOL until someone fixes it.

Thank god for POP3, IMAP, and SMTP: the superior ways to use Gmail.

We were creating a chrome / firefox extensions to manipulate the gmail UI, the project was unrelated to email protocols (but I understand the snark ;-) )

Re: Gmail.js – JavaScript API for Gmail

#8
post #6

Earlier quoted context omitted.

Thank god for POP3, IMAP, and SMTP: the superior ways to use Gmail.

We were creating a chrome / firefox extensions to manipulate the gmail UI, the project was unrelated to email protocols (but I understand the snark ;-) )

The snark was uncalled for, so is drawing noses on emoticons.

Re: Gmail.js – JavaScript API for Gmail

#9
This is a great library. Standardizes most of DOM manipulation/action triggering for everything Gmail does. Although Gmail's DOM changes sometimes like seibelj pointed out, you'll have the same issue if you roll your own implementation, so, for me, this is preferable.

If I remember right, it underwent a major rewrite a year or so ago, after which is has been very solid.

Post reply on HN