Jostein Kjønigsen
Jostein Kjønigsen
Looks reasonable. PRs welcome!
I've never tried doing that or created a business-case which depends on such behaviour. So I really haven't considered that angle much when working with Gmail.js as a maintainer either,...
Please read thread about TrustedHTML. It's mentioned there.
1. While you ideally wouldnt want to use beta-software in production, the situation is that jQuery 4 works, and jQuery 3 doesnt. That makes it a pretty simple choice. 2....
This thread: https://github.com/KartikTalwar/gmail.js/issues/779
gmail.js does not have a API for actively searching the user's Gmail contents. It has an API for obtaining information/contents of specific emails given an ID. In addition, the contents...
In that case, do you really need an API for it? Just observe the URL bar! When I'm logged in and showing my inbox my URL is: https://mail.google.com/mail/u/0/#inbox When I...
See this thread for details: https://github.com/KartikTalwar/gmail.js/issues/779
See the updated boilerplate repo for how to cirumvent this: https://github.com/josteink/gmailjs-node-boilerplate/blob/master/src/gmailJsLoader.js (Note: This requires a updated/beta version of jQuery)
Good catch! That TrustedHTML patch was never added to the boilerplate repo. It would probably be very useful and instructive if added! Do you think you could be able to...