Status Update
Comments
uc...@google.com <uc...@google.com>
ko...@google.com <ko...@google.com> #2
@kudasov could it be related to our new preview providers for files?
ku...@google.com <ku...@google.com> #3
Thanks for your request. We will investigate this issue and see if we can implement the behavior you've requested.
di...@google.com <di...@google.com> #4
As an additional alternative, it should be possible to specify a label in the options for GmailApp.sendEmail().
A work-around is proposed in StackOverflow:http://stackoverflow.com/a/18727687/1677912
A work-around is proposed in StackOverflow:
ku...@google.com <ku...@google.com> #5
Are there any news on adding the ability to archive and add a label to specific emails (not threads)? From a corporate shared mailbox perspective auto threading emails by subject is a serious issue (eg. we recive two emails from the same person with same subject but with different description).
Since it's available in pure mailbox view is that such a big effort to make it available also in Google Script?
Since it's available in pure mailbox view is that such a big effort to make it available also in Google Script?
ku...@google.com <ku...@google.com> #6
Looking forward to having this implemented. As has been mentioned automatic threading based on subject is a big no-no for our enterprise. We get automated reports and other documents sent to us by customers and suppliers and they are lumped together in threads making it very difficult for me to let Apps Script process them automatically since labels (i.e. outlook folders) have to be applied to entire threads (even though the messages in these threads often need to be treated differently).
ko...@google.com <ko...@google.com> #7
Please add this function (and message.getlabel too) we need to scan message not only the thread.
da...@google.com <da...@google.com> #8
Will there be any progress on this issue? Threading is great for humans, but if you are scripting, accessing and manipulating individual messages is MUCH more important, especially if it can be done from the normal user interface. Anything you can do to the thread you should be able to do at the message level.
lo...@gmail.com <lo...@gmail.com> #10
Activate advanced google services/gmail api and use the gmail api functions.
I have resolved the same issue :)
I have resolved the same issue :)
da...@google.com <da...@google.com> #11
Thanks!
al...@gmail.com <al...@gmail.com> #13
This is probably a duplicate of #159933628
JCEF is the new recommended way to show web content (any kind of HTML preview) on the JetBrains IDEA platform. See this blog post for details:https://blog.jetbrains.com/platform/2020/07/javafx-and-jcef-in-the-intellij-platform/
More plugins will depend on JCEF like the Markdown plugin does today.
I as the maintainer of the AsciiDoc plugin have the same problem. I recommend users to choose a runtime that bundles JCEF.
The current workaround for users (Tested with AS 4.2 Canary 14):
* Install the plugin “Choose Runtime” as described in the JetBrains knowledge base “Selecting the JDK version the IDE will run under”:https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
* Choose a runtime "jbrsdk-11_0_8-…-x64-b944.34.tar.gz" or later and install it. The IDE will restart.
I would be nice if Android Studio would ship with a pre-bundled JCEF in its runtime.
For proper Markdown support in AS 4.2 Canary 14 there is still the missing class org/owasp/html/Sanitizers; that would be the next issue to tackle.
JCEF is the new recommended way to show web content (any kind of HTML preview) on the JetBrains IDEA platform. See this blog post for details:
More plugins will depend on JCEF like the Markdown plugin does today.
I as the maintainer of the AsciiDoc plugin have the same problem. I recommend users to choose a runtime that bundles JCEF.
The current workaround for users (Tested with AS 4.2 Canary 14):
* Install the plugin “Choose Runtime” as described in the JetBrains knowledge base “Selecting the JDK version the IDE will run under”:
* Choose a runtime "jbrsdk-11_0_8-…-x64-b944.34.tar.gz" or later and install it. The IDE will restart.
I would be nice if Android Studio would ship with a pre-bundled JCEF in its runtime.
For proper Markdown support in AS 4.2 Canary 14 there is still the missing class org/owasp/html/Sanitizers; that would be the next issue to tackle.
Description
Hello, in IntelliJ IDEA, we have the markdown preview (you can have it in place of the editor, or side by side), but Android Studio 4.2 Canary 9 misses it. Can you please bring it back so we get the same feature set? Thank you!
IDE info: