Gmail.js – JavaScript API for Gmail
github.com
Gmail.js – JavaScript API for Gmail
1–10 of 52 posts
Re: Gmail.js – JavaScript API for Gmail
#2Re: Gmail.js – JavaScript API for Gmail
#3Re: Gmail.js – JavaScript API for Gmail
#4Re: Gmail.js – JavaScript API for Gmail
#5We 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.
Re: Gmail.js – JavaScript API for Gmail
#6We 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.
Re: Gmail.js – JavaScript API for Gmail
#7Re: Gmail.js – JavaScript API for Gmail
#8Earlier 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 ;-) )
Re: Gmail.js – JavaScript API for Gmail
#9If I remember right, it underwent a major rewrite a year or so ago, after which is has been very solid.
Re: Gmail.js – JavaScript API for Gmail
#10We 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.