gnome-gmail icon indicating copy to clipboard operation
gnome-gmail copied to clipboard

Is it possible to use the new Inbox interface to Gmail?

Open damag opened this issue 10 years ago • 9 comments
trafficstars

Hi, thanks for making this app. I was wondering if you had any plans to support the new Inbox interface?

damag avatar Jul 21 '15 20:07 damag

Not likely. There would need to be a reference on how to craft a URL to open an existing Draft. I don't see that.

davesteele avatar Jul 21 '15 21:07 davesteele

Good point, maybe they'll provide that someday. Composing via the old interface isn't a big deal anyways. Thanks for looking into it.

damag avatar Jul 22 '15 16:07 damag

Hi @davesteele its

https://inbox.google.com/u/0/?mailto=mailto:<email address here>

No official docs but you can verify this by allowing chrome to open mailto links using inbox and grabbing the URL. Note that it will try to hide this URL from you but I got it using the back button.

BTW I'm pretty sure the /u/0 refers to the 0th logged in user, if you have multiple accounts they will be /u/1 etc, not sure if theres any good logic to choose that

Queuecumber avatar May 07 '17 14:05 Queuecumber

Thanks. I'll give it a try.

davesteele avatar May 07 '17 23:05 davesteele

Any update?

ddnexus avatar Nov 03 '17 06:11 ddnexus

I don't see how to reliably specify the account using that url.

davesteele avatar Nov 03 '17 16:11 davesteele

What about just generating the URL from a configurable string in the settings? Something like a pattern with dynamic parts that would be filled by default with the gmail pattern, but the user could edit in order to experiment with inbox too?

That way would overcome the general reliability that an automatic generation would require, supplying a local way to customize it.

On Fri, Nov 3, 2017, 11:17 PM David Steele [email protected] wrote:

I don't see how to reliably specify the account using that url.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/davesteele/gnome-gmail/issues/7#issuecomment-341752295, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGJcb-ueqyXxH5ZblDyUrfRGPYVlgVsks5syzyigaJpZM4FdF02 .

ddnexus avatar Nov 03 '17 23:11 ddnexus

Too much of a kluge to formalize as a configuration parameter. If you want to go it alone, the URLs are generated in the *_gmail_url() methods in gnomegmail.py.

davesteele avatar Nov 05 '17 14:11 davesteele

That's good to know. Thank you!

On Sun, Nov 5, 2017, 9:04 PM David Steele [email protected] wrote:

Too much of a kluge to formalize as a configuration parameter. If you want to go it alone, the URLs are generated in the *_gmail_url() methods in gnomegmail.py.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/davesteele/gnome-gmail/issues/7#issuecomment-341975440, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGJcTeiagcpF6ZVKUB9dVJcb8JKSSJiks5szcBQgaJpZM4FdF02 .

ddnexus avatar Nov 05 '17 14:11 ddnexus