InboxSDK icon indicating copy to clipboard operation
InboxSDK copied to clipboard

The InboxSDK lets you build apps for Gmail.

Results 73 InboxSDK issues
Sort by recently updated
recently updated
newest added

**Question(s)** Hi team, What is the purpose to have the App id when I load InboxSDK? What risks am I going to face if I lost my app id and...

question

**Describe the bug** MessageView addToolbarButton seems to not work anymore. The function gets called without error but the toolbar button doesn't appear. **To Reproduce** Steps to reproduce the behavior: sdk.Conversations.registerMessageViewHandler(function(messageView)...

bug
good first issue

during `registerRequestModifier` callback composeview might not contain recipients chips html to be retrieved via css selectors. Provide to,cc,bcc contacts in the composeParams argument of a `registerRequestModifier` callback Closes https://github.com/InboxSDK/InboxSDK/issues/801 usage...

**Describe the bug** When loading Gmail, inboxsdk handlers are not working. After 10 seconds I see this error in the console ``` Error logged: Error: Failed to find gmail supportMenu...

status: Unconfirmed

**Describe the bug** Calling `ComposeView.getToRecipients()` during `ComposeView.registerRequestModifier` callback returns empty result **To Reproduce** Steps to reproduce the behavior: 1. Start new compose 2. Register `registerRequestModifier` handler for composeView 4. add...

bug

With Chrome MV3, we can't remote-load code, which removes our previous way of quickly reacting to Gmail changes that break InboxSDK compatibility. This is an issue tracking some of our...

enhancement

Getting the error `Denying load of chrome-extension://ececkagaccnfmkopaiemklekhoimmgpn/pageWorld.js. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.` in console of gmail....

question

Hi team, We have a Chrome extension [https://chrome.google.com/webstore/detail/fyle-expense-management/abggpefphmldapcoknbcaadbpdjjmjgk ](https://chrome.google.com/webstore/detail/fyle-expense-management/abggpefphmldapcoknbcaadbpdjjmjgk) which is used to submit business expenses. We were able to get the file attachments from the emails earlier using the...

question

How can I fix ths Error while I use a delegate account 15 second timeout while waiting for sidebar fired at eval (platform-implementation.js:35:12535) at Ue._add (platform-implementation.js:8:23816) at Ue._handleMain (platform-implementation.js:8:27446) at...

**Description** `registerThreadRowViewHandler` is not fired after quick send from several Compose after pasting message content. This functionality is used for tracking emails using [PandaDoc email tracker extension](https://www.pandadoc.com/free-email-tracker-for-gmail/). The same problem...

status: Unconfirmed