inboxsdk

How to get ThreadId or MessageId of gmail compose message with InboxSDK

只愿长相守 提交于 2020-03-05 04:13:27
问题 I am completely new in Making Extension. Currently, I am trying to work with InboxSDK library to track mail. I wanted to get compose message's TheadID or MessageID but every time it's giving me error that GetmessageID() is not a function. The tries , I did till now is as per below. InboxSDK.load(2, 'my inboxsdk id').then(function(sdk){ // the SDK has been loaded, now do something with it! sdk.Compose.registerComposeViewHandler(function(composeView){ composeView.insertHTMLIntoBodyAtCursor('

How to get ThreadId or MessageId of gmail compose message with InboxSDK

拟墨画扇 提交于 2020-03-05 04:13:18
问题 I am completely new in Making Extension. Currently, I am trying to work with InboxSDK library to track mail. I wanted to get compose message's TheadID or MessageID but every time it's giving me error that GetmessageID() is not a function. The tries , I did till now is as per below. InboxSDK.load(2, 'my inboxsdk id').then(function(sdk){ // the SDK has been loaded, now do something with it! sdk.Compose.registerComposeViewHandler(function(composeView){ composeView.insertHTMLIntoBodyAtCursor('

Send mail using custom button created using inboxsdk?

孤街醉人 提交于 2019-12-11 17:53:00
问题 I am creating chrome extension for gmail, I want send a mail when user click a button created by my extension. I am using inboxsdk for creating extension. I am creating button using following code InboxSDK.load('1', '**************').then(function(sdk){ // the SDK has been loaded, now do something with it! sdk.Compose.registerComposeViewHandler(function(composeView){ // a compose view has come into existence, do something with it! composeView.addButton({ title: "button-title-goes", iconUrl: