Questions tagged [google-inbox]

Google email app for Android, iOS, and Google's Chrome browser.

Google email app for , , and browser.

Useful links

46 questions
2
votes
0 answers

Is there a way to edit with google docs, email attachments on Google Inbox?

In the new Google Inbox i haven't seen an option, when i receive document as attachments, that allows me to edit with google docs In GMAIL, there's this: In INBOX, I don't see any of these options Does anyone know if this feature is there on…
Brian Paul
  • 651
  • 2
  • 12
  • 21
2
votes
0 answers

Inbox and Fluid - Compose mail with google scripts

I am new to Inbox and would like know if there is a way to use Inbox with googlescript/javascript. The reason is, that I am using Inbox on OSX with fluid. Fluid allows me use the Inbox web version as a standalone program. The only problem I have…
physicsGuy
  • 3,437
  • 3
  • 27
  • 35
1
vote
0 answers

Reservation type who is not define is show in the Highlight section

I have recently add the json data to an email for show the highlight section in the email client for a train reservation but in the email there are also a advertising section for a care hire company and it's show this in the highlight too. Is there…
Damien Bidaud
  • 91
  • 1
  • 5
1
vote
1 answer

SQL Inbox query like google Inbox

So I have a message table of en existing application: CREATE TABLE `message` ( `id` int(11) NOT NULL, `fromUserId` int(11) DEFAULT NULL, `fromDeleted` tinyint(1) DEFAULT NULL, `fromArchived` tinyint(1) DEFAULT NULL, `toUserId` int(11)…
axtho
  • 15
  • 6
1
vote
1 answer

Adding signature to google inbox programmatically

With using the google gmail api, we were able to update signatures of users within our google account. But we noticed that when people use google inbox, the signature does not append. So far I have not seen any api that points to doing this. Can it…
froi
  • 7,268
  • 5
  • 40
  • 78
1
vote
1 answer

getInboxThreads() for specific inbox folder. Google Apps Script gmail

I am trying to retrieve email threads from only a specific folder which I named 'Approval_needed'. I have found a way to get all of my inbox threads like so from the Google Apps Script Reference page: var threads = GmailApp.getInboxThreads(); for…
Kurt Leadley
  • 513
  • 3
  • 20
1
vote
0 answers

Inbox-like Search

I have a searchview I'm using, specifically, PersistentSearch. Regardless of this library, I'm trying to figure out what Inbox does in terms of how it shows the search results. What needs to happen so that it opens a view where the results can be…
Nxt3
  • 1,970
  • 4
  • 30
  • 52
1
vote
1 answer

Force Inbox by Gmail to render desktop version?

I am working on a email/html template for a customer which we would like to render as good as possible and on as many clients as possible. My initial problem was that Gmail App was rendering the mobile version and I spent some hours to try to fix…
Joel
  • 11
  • 2
  • 5
1
vote
1 answer

How to add PayPal like structured data to Google email markup?

I was wondering how to achieve same email structure as PayPal has. It looks like this (in Google's Inbox): But I can't find right type for it here: https://developers.google.com/gmail/markup/reference/ Any idea how to achieve the PayPal-like…
Uros K
  • 3,274
  • 4
  • 31
  • 45
1
vote
1 answer

Manipulating attachments with InboxSDK

Is there any way to manipulate/access message attachments using the InboxSDK? I see in the docs that you can access recipients and body content, but there's no mention of attachments in there.
nicholas
  • 14,184
  • 22
  • 82
  • 138
1
vote
1 answer

Rich data for email

Does rich data for emails exists? I recently made a purchase and my Google Inbox made this view above the actual email content. (Image provided below) Is this some rich data everyone can add to their emails?
andershagbard
  • 1,116
  • 2
  • 14
  • 38
1
vote
0 answers

GWT with clients: Web, IOS, Android. Starting new project

When I read that Google Inbox application reuse 70% of code for all three main clients (web,ios,android) I have been encouraged to learn GWT, as inbox was written mainly using gwt. Additionaly incoming Gwt Singularity framework convince me to this…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
1
vote
0 answers

Html links with google Inbox app

trying to create an email intent which contains a few links with text String emailText = "Hey, click me This is a google link"; Intent emailIntent = new Intent(Intent.ACTION_SENDTO); …
Arthur
  • 3,636
  • 5
  • 19
  • 25
0
votes
1 answer

Automatically triggering an action on your backend from an incoming email message

Platforms like upwork have a feature where when you get a message through those platforms, you also get an email. Instead of logging Upwork to reply, the user can simply reply to the incoming email, and the message is then automatically sent by…
Yeahprettymuch
  • 501
  • 5
  • 16
0
votes
1 answer

Material design bootstrap extended panel like in Google Form

I am developing app in Django and using bootstrap with Material Design CSS and JS I am looking for easy way to imitate behaviour of the google forms page So I am looking for a way, that you have a table row (or a div) and on click this row or div…