Live data from Hacker News

Gmail Launches Add-ons

blog.google

181–190 of 238 posts

Re: Gmail Launches Add-ons

#181

Earlier quoted context omitted.

But there's still a chance that Google will discontinue the gmail addon marketplace, just like they previously killed Chrome apps: http://www.omgchrome.com/not-joke-google-killing-chrome-apps...

Electron based apps seem to be the successor to Chrome Apps

they are different i think. chrome apps will use shared instance with chrome if you're using it.

electron apps on the other hands, are creating their own instance.

Re: Gmail Launches Add-ons

#182
post #67

Earlier quoted context omitted.

Came to post this as well. Inbox is a great product, but it seems to have been forgotten - probably because most of the users still use gmail, since getting "normies" to switch to anything is near impossible without social pressure being some contributor to the switch. Plus, Gmail still has a ton of features that were never ported over, which will also prevent some advanced users who rely on these features consistent…

I think you're missing the point of Inbox. It's not supposed to replace Gmail, not now and not ever. It's an additional way of using Gmail, hence why its full name is actually "Inbox by Gmail". Inbox is an attempt to make Gmail easier to use for the average user who has simple needs, so all the "power user" features you want aren't supposed to be in Inbox. If your needs are complicated, you can just use Gmail. Inbox…

Does Gmail have email snoozing? It didn't when I switched to Inbox and I wouldn't want to use an email client without it now.

Re: Gmail Launches Add-ons

#183

Earlier quoted context omitted.

I'm going to use this space to complain that there's still not a way to delete single messages on Android instead of the whole thread. This is possible on the web, and I've been asking Gmail for this simple function for years, yet they continue to avoid adding it in.

Just curious, why would you delete a message on a thread? Here is my Gmail on Android workflow: I swipe to right and archive the thread after I read the thread. It goes away from my inbox. Once someone adds a new mail to the chain thread re appears in my mailbox. I read it and archive it again. I rarely delete a mail.

Someone emails sensitive material that you don't want persisted (e.g a password) in your account. Yes it may keep being persisted somewhere else due to the nature of email but hey, it very much depends on your threat model, you don't control what the sender decides to send anyway, and you can do a best effort for it not to become a liability on you.

Re: Gmail Launches Add-ons

#184
post #71

Gmail on Android is such a shitty locked-down experience. Want to create an appointment from an email? Nope. Want to set a reminder about an email? Nope. Want to link to an email from a notes or other app? Nope. OK, well now maybe. If you become a "business partner" with them and shove your product into whatever grand strategery they're cooking up this quarter. It's sad to think how Android was envisioned as this ope…

I'm going to use this space to complain that there's still not a way to delete single messages on Android instead of the whole thread. This is possible on the web, and I've been asking Gmail for this simple function for years, yet they continue to avoid adding it in.

What?!? I do it all the time, just a simple swipe left and it is deleted.

You just need to change the default from archive to delete on the settings panel.

Re: Gmail Launches Add-ons

#185
post #71

Gmail on Android is such a shitty locked-down experience. Want to create an appointment from an email? Nope. Want to set a reminder about an email? Nope. Want to link to an email from a notes or other app? Nope. OK, well now maybe. If you become a "business partner" with them and shove your product into whatever grand strategery they're cooking up this quarter. It's sad to think how Android was envisioned as this ope…

You can't even have an HTML signature on Gmail for Android. Something so trivial missing from Google's main email client.

> You can't even have an HTML signature on Gmail for Android.

Do not know for android but next sentence is true

You can have an HTML signature on Gmail for IOS.

Basically you setup html signature on web desktop client, then send email through mobile app without signature and gmail does the rest (fetch your hmtl signature)

Re: Gmail Launches Add-ons

#186
post #46

Sounds a lot like Gmail Labs, which was discontinued. I've learned to expect most Google products to be killed off, so I don't even bother starting to use them anymore.

>Sounds a lot like Gmail Labs, which was discontinued. It's still present and working on my personal Gmail as well as my work Gsuite account. I use a bunch of the features.

Multiple inbox is my gmail since 2008 :)

Re: Gmail Launches Add-ons

#187
Now with Add-ons, Gmail is definately the next Google+, and by far the most successful social network they've been able to create.

But after 13 years of extensive use of it, I'm currently leaving Gmail for Apple iCloud solution.

No ads. No analysis. Just plain good emails.

Re: Gmail Launches Add-ons

#188
Why do we keep trying to add features to email when it is overflow with information already?

I dont check email anymore. At least not regularly and dont want to open it. Gmail's Spam detection is also no longer as good as it used to be.

Gmail won the battle with unlimited space for inbox and much better Spam Detection. The first decade of Internet was Hotmail and Yahoo Mail, then we moved to Gmail. I wonder if there will be another email services movement.

Re: Gmail Launches Add-ons

#189
post #116

Earlier quoted context omitted.

Right, a corporate spammer can tell google that an email is a calendar event (valuable data!). But the receiving user can't do it themselves using some other calendar app.

In android's intents model it's the email app so that would need to use the create event intent to send the data to the calendar. To do this the calendar would need to access the emails - which would need either IMAP built in to the calendar app [EDIT: or to change the android permission model]. Edited - finished sentence

I believe the idea is (or was) that the e-mail app will use a "content provider" component[1] to give other apps access to data as appropriate.

[1] https://developer.android.com/guide/topics/providers/content...

Re: Gmail Launches Add-ons

#190

Earlier quoted context omitted.

From the programming and functionality perspective that's fantastic. From the data security perspective that's a nightmare.

I don't think androids intent system has any large security implications (I think it has had some but in general). But what I find more interesting/suprising how often I read about these types of concerns given that desktop operating systems provide very limited protection in this area e.g firefox can read all my emails since thunderbird and firefox are run as the same user.

Well, on one hand, mobile operating systems like iOS were designed to be a big step up from the security perspective; android was born more like a desktop operating system scaled down to mobile but has progressively increasing security isolating apps more and more within their sandbox with less options to run in background, hook into the general user experience of the system, and manage things that they don’t belong to them.

On the other hand, your example is wrong on macOS where apple mail and safari are sandboxed. So desktop operating systems are trying to catch up security wise and go beyond the traditional Unix security model.

Post reply on HN