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
29
votes
6 answers

Attachment is not coming in mail programmatically

I am attaching a TEXT file to Email with code : Intent emailIntent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts("mailto", "abc@gmail.com", null)); emailIntent.putExtra(Intent.EXTRA_SUBJECT, "Report"); …
Kushal
  • 8,100
  • 9
  • 63
  • 82
13
votes
1 answer

Google Inbox like RecyclerView item open animation

Currently, I'm trying to implement Google Inbox like RecyclerView behaivior, and I'm very curious about email opening animation. My question is: how to do that? I mean, which method they used? Did they use ItemAnimator.dispatchChangeStarting() and…
Alviere
  • 403
  • 1
  • 4
  • 14
10
votes
0 answers

'Inbox by gmail' styled opening and closing transition for an email (Android)

Can anyone suggest me an example for the opening and closing transition that is used in Inbox by Gmail's Android App. I did manage to find this example. However, is there anything else available?
vinay vyas
  • 491
  • 1
  • 4
  • 17
9
votes
4 answers

How do I get an icon in Google Inbox?

I receive e-mails from various senders, and when I view them in Google Inbox, either on inbox.google.com, or on the Android App, some have an icon in a circle next to them... others just have a letter. BitBucket, for example, has a nice icon when…
7
votes
1 answer

Change TextField decoration onFocus in Flutter

I would like to have a different fillColor for the TextField when it is in the focused state and a different one in the normal state. How to achieve this kind of behavior? Similarly, is it possible to customize other styles as well based on the…
eldos
  • 3,132
  • 3
  • 29
  • 32
4
votes
1 answer

Google Inbox cuts off anything after `=` in a mailto: body parameter

When opening a mailto: link from Android using Inbox, Inbox will cut out anything after a = in the body parameter. E.g. mailto:?subject=argh&body=whereitcutsoff=anythingafterisremoved becomes whereitcutsoff in the body of the email. Anyone know of a…
jennz0r
  • 1,533
  • 2
  • 15
  • 26
4
votes
1 answer

Webview zoom not focussed and child view ovelaps

I am trying a view similar to conversation view in Inbox app for gmail android app. They have used RecyclerView for multiple webviews. So I added multiple webviews inside recycler view. The click events are passed to the webview. But I cannot zoom…
arul
  • 190
  • 2
  • 15
4
votes
1 answer

Email Sender Image from Google+ Account

I'd like for all emails send from my server (e.g. mail@example.com) to arrive in recipients inboxes with a custom sender image used in Apple Mail and Google Inbox. I have created a new Google+ account, linked and verified my website (by uploading…
Solid I
  • 580
  • 5
  • 13
  • 34
4
votes
3 answers

Coding html email with Google Inbox (auto-resizing)

Trying to create an Email newsletter that displays correctly in mobile apps, but Google Inbox's auto-resizing feature breaks the layout. I tried using min-width inline each element (a trick that works with the gmail app), but sadly it had no effect…
Dovid Levine
  • 167
  • 1
  • 4
  • 14
3
votes
0 answers

Creating a message in an Inbox by Gmail thread via Gmai API

Steps to reproduce: Send a message from Inbox Create a 2nd message in that same thread using Gmail API's "insert" method Delete the first message either from the API or from Gmail (but really delete it, not just put it into trash) Result: the 2nd…
jsalvata
  • 2,155
  • 15
  • 32
3
votes
0 answers

How to get "Inbox by Google"-reminders via a Google App Script?

Is it possible to get all Inbox by Google reminders via Google App Script? I can't find any reference for accessing Google Inbox stuff. Mail data is covered with Gmail API, but no information about new Inbox by Google features, like the reminders.…
user1665455
  • 51
  • 1
  • 3
3
votes
2 answers

Inbox SwitchCompat button

Today I saw the Inbox App. (source: cbsistatic.com) I'd like to know how can I make THAT switch button on the toolbar (left of searchButton). I didn't find references to (Or I don't search a lot). thanks ^^
3
votes
1 answer

Inbox api use them to tag relevant mails just like inboxsdk.com

I tried using newly released Inbox api to sort out and tag my mails, but I am stuck at categorising mails after I had successfully logged in using api.
Rohit
  • 33
  • 5
3
votes
3 answers

How to get unread mails from primary inbox in Gmail?

I'm using the Javascript client API with my app and I'm trying to get unread mails from the primary inbox. If I use the INBOX and UNREAD names when requesting the labels I get all unread mails from all labels. No other label type name works, I've…
user3250399
  • 43
  • 1
  • 3
2
votes
1 answer

-label:pinned works in Gmail but not in the Google Apps Script GmailApp.search() function?

The following Gmail / Inbox By Gmail search returns everything in my inbox that is pinned. in:inbox label:pinned And this returns all unpinned inbox messages. in:inbox -label:pinned side note: Even though messages are "pinned" in Inbox By Gmail,…
GollyJer
  • 23,857
  • 16
  • 106
  • 174
1
2 3 4