Karel Gudera

Results 15 comments of Karel Gudera

I think I get it now CodeQL searches for python files in current working directory right? Therefore when `.venv` is in cwd it also scans all the dependencies. Still what...

Hello, Thanks for writing. Unfortunately it is not possible yet. The folders are just hard coded and "linked" to exchange, there is nothing like folder synchronization. I'm planning to rewrite...

Hi, glad you like it. I will look into it in the future, now it is not critical issue.

Hello, Every message in Thunderbird has UniqueId, that corresponds to UniqueId on the Exchange server in time message was downloaded. When you downloading new messages what the plugin basically does...

I increased max version. U can try if it works but I read some time ago that thunderbird will support only web extensions so this plugin will become incompatible anyway.

Hi, did you try to enter credentials in domain\username or domain\email format? Some Exchange servers require that.

I updated Node.js binaries as they were pretty old. I don't know if its gonna solve the problem. Can you provide information from error console?

Its authentication issue. Can you also provide ews url so i can try to inspect http headers?

That's bad, you might ask some IT guy from your company which authentication methods are allowed for EWS. You might be using OAuth which is not supported by this plugin....

Tested both workspace and account provider ``` provider "databricks" { alias = "workspace" host = "https://adb-XXX.Y.azuredatabricks.net" azure_tenant_id = "__tenant_id__" azure_client_id = "__app_id__" azure_client_secret = "__app_secret__" } provider "databricks" { alias...