Questions tagged [inboxsdk]

34 questions
0
votes
1 answer

Get attached files with InboxSDK and send them via Gmail API

I am using InboxSDK and gmail API on PHP to build a chrome extension. Everything is flowing quite okay so far, but I am facing a big obstacle. What is my purpose?: Via InboxSDK, I want to handle when a user attaches files. Send all the information…
Álvaro N. Franz
  • 1,188
  • 3
  • 17
  • 39
0
votes
1 answer

Get composer window id when a composerView is fired in InboxSDK

I am using inboxSDK to create a gmail google chrome extension. I want to get the current composer window id (the html id attribute) when the composer view is opened. Like this: sdk.Compose.registerComposeViewHandler(function(composeView){ var…
Álvaro N. Franz
  • 1,188
  • 3
  • 17
  • 39
0
votes
1 answer

Cancel Gmail auto save of draft programmatically

I need to encrypt the real message that user write in compose mode in Gmail , so I created a Chrome extension that creates another button of 'secure send' in compose window ( I am using gmail.js library and InboxSdk library ). The problem is that…
OriEng
  • 1,424
  • 18
  • 34
0
votes
1 answer

InboxSDK - Unable to attachFiles through composeView object

I am trying to attach an attachment through the composeView object using Inboxsdk. I obtain a blob object from a remote url using the following code. // FUNCTION TO OPEN A NEW COMPOSE BOX ONCE THE ATTACHMENT BLOB IS OBTAINED FROM REMOTE…
anurag
  • 2,176
  • 2
  • 22
  • 41
1 2
3