Alexander Pivovarov
Alexander Pivovarov
On Mac it also crashes.
> Has anyone been able to successfully authenticate to M365? Since they've disabled basic auth, I'm seeing: Invalid message signature: Basic Realm="". The example in the readme.txt that uses WebCredentials...
> @bladerunner2020 there is no ntlm authentication for Office 365. Yes, I was wrong. I checked my code - it doesn't use ntlm2, but works! )) ``` const exchangeVersion =...
@tomika, rather agree with you that it would be convenient if xml-escaping would be part of the module. Meanwhile I use the following code to escape subject field. ```js const...
At least, it might be a good idea to add this to documentation. It's not obvious that text should be escaped - everything worked fine in our case for quite...
> send me example code for evaluation. > usually null means there was no error, otherwise errors will be thrown. > > if you want to access updated item, just...
badly missing command line tool for linux...
> ### Command line > Currently tested in the following environments: > > * node v14.15.5 > * windows11 > Thanks. Tested on Mac and Ubuntu Server 20.04. It works...
> Please try to install the following dependencies in ubuntu: > > ```shell > sudo apt update > sudo apt install gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1...
I have created a docker image to use markdown-to-file as part of CI/CD job. https://hub.docker.com/repository/docker/bladerunner2020/markdown-to-file