Did you know there is a remote API for Gmail which is compatible with Exchange, Outlook.com, yahoo mail and every other mail provider out there? It's called IMAP/SMTP!
Show HN: Gmail.js – JavaScript API for Gmail
31–40 of 63 posts
Re: Show HN: Gmail.js – JavaScript API for Gmail
#32Re: Show HN: Gmail.js – JavaScript API for Gmail
#33Did you know there is a remote API for Gmail which is compatible with Exchange, Outlook.com, yahoo mail and every other mail provider out there? It's called IMAP/SMTP!
Re: Show HN: Gmail.js – JavaScript API for Gmail
#34Did you know there is a remote API for Gmail which is compatible with Exchange, Outlook.com, yahoo mail and every other mail provider out there? It's called IMAP/SMTP!
Re: Show HN: Gmail.js – JavaScript API for Gmail
#35Author of Gmailr here, which apparently inspired this project. Kudos! Glad to see someone taking the ball and running with it. I haven't had time to update Gmailr lately, as it is something that needs active maintenance. The main challenge here is that Gmail will have continue to have bursts of updates that break extension libraries, with relatively long periods of stability.
Re: Show HN: Gmail.js – JavaScript API for Gmail
#36$($($($('.nH .if').children()[1]).children()).children()[1]).children()[1]
:)
[1]https://github.com/KartikTalwar/gmail.js/blob/master/src/gma...
Re: Show HN: Gmail.js – JavaScript API for Gmail
#37It would be amazing if this were a service. Easier said than done, I know -- but, basically this but have it check a JSON file every few hours and gets the updated selectors. (For people who don't know, all GMail's classes and IDs are things like '.xb3', and they change often.) Having worked on Mozilla Add-ons for a long time, one of the biggest problems was by the time any G-Mail add-on was approved, it was already…
Not sure Google would like this?
Also, I've personally been in contact with people on the Gmail team about this kind of stuff. They are, generally, supportive, but they're very clear that they'll make no guarantees about stability.
Re: Show HN: Gmail.js – JavaScript API for Gmail
#38Unfortunately this type of hacking isn't really sustainable. Even small tweaks to the Gmail UI often change the DOM in very unpredictable ways. When they released the new compose feature, pretty much every single Gmail Chrome extension broke. We haven't really announced it yet, but I've been working on a new email platform with some friends to solve a lot of these issues. It's essentially Rails/Meteor for email featu…
This! You're doing it right. I wish all the Gmail tweakers united to build a better platform rather than spend their time propping the old, PRISM-tainted, UI-crippled service.
Re: Show HN: Gmail.js – JavaScript API for Gmail
#39https://github.com/jamesyu/gmailr and https://github.com/joscha/gmailui
In fact gmailr is used in "Cloudy" - one of the more advanced gmail plugins.
Re: Show HN: Gmail.js – JavaScript API for Gmail
#40These projects are already pretty advanced versions of this: https://github.com/jamesyu/gmailr and https://github.com/joscha/gmailui In fact gmailr is used in "Cloudy" - one of the more advanced gmail plugins.