Looks like the Google API client ID and client secret are stored in clear text shipped with the released app: WMail.app/Contents/Resources/app/bin/shared/credentials.js , and this seems to be used in authentication with Google: https://github.com/Thomas101/wmail/blob/master/src/main/Auth...
I think "secret" is a misnomer here. The process results in a client ID and, in some cases, a client secret, which you embed in the source code of your application. (In this context, the client secret is obviously not treated as a secret.) https://developers.google.com/identity/protocols/OAuth2 (under "Installed Applications")
Wmail – Desktop client for Gmail and Google Inbox
41–50 of 55 posts
Re: Wmail – Desktop client for Gmail and Google Inbox
#42I've used Mailplane for years - http://mailplaneapp.com Yes, it is "just" a wrapper, but it's nice having Mail and Calendar in a separate dedicated app. I can restart my browser without impacting my mail, and the integration with the desktop (e.g. mailto: links just work, I can use quicklook on attachments, better drag and drop support, etc.) make it worthwhile.
Re: Wmail – Desktop client for Gmail and Google Inbox
#43Earlier quoted context omitted.
A few years ago - http://techcrunch.com/2012/07/06/so-thats-it-for-thunderbird... http://forums.mozillazine.org/viewtopic.php?f=39&t=2499053&s...
From what I am reading it is being maintained. Is this the case or am I incorrect?
Re: Wmail – Desktop client for Gmail and Google Inbox
#44Speaking of it, can Google deny access to one's email from a non-google client?
Re: Wmail – Desktop client for Gmail and Google Inbox
#45Re: Wmail – Desktop client for Gmail and Google Inbox
#46Re: Wmail – Desktop client for Gmail and Google Inbox
#47Earlier quoted context omitted.
From what I am reading it is being maintained. Is this the case or am I incorrect?
You are right! TIL Thunderbird is still being maintained!
Re: Wmail – Desktop client for Gmail and Google Inbox
#48Looks like the Google API client ID and client secret are stored in clear text shipped with the released app: WMail.app/Contents/Resources/app/bin/shared/credentials.js , and this seems to be used in authentication with Google: https://github.com/Thomas101/wmail/blob/master/src/main/Auth...
An attacker would have to steal your access token stored locally on your machine to use with this public client id and client secret, and if you have software that's maliciously scraping credentials from your machine you already have a problem.
Re: Wmail – Desktop client for Gmail and Google Inbox
#49Looks great. But it makes me really wonder why somebody is doing Google's job.
google-chrome --app="https://inbox.google.com"
I think google already did their job.Re: Wmail – Desktop client for Gmail and Google Inbox
#50>the efficiency of the CLI lol
We detached this comment from https://news.ycombinator.com/item?id=11155781 and marked it off-topic.