Robin Hède
Robin Hède
Hi, I am trying to log in without success with a user who has a password with special characters, in particular the Euro currency symbol. I specify that the connection...
Hi, I am trying to delete a folder with the following code: ``` use garethp\ews\API\Enumeration\DistinguishedFolderIdNameType; $api = MailAPI::withUsernameAndPassword($host, $login, $password); $folders = $api->getChildrenFolders(DistinguishedFolderIdNameType::MESSAGE_ROOT); $api->deleteFolder($folders[$folderId]->getFolderId()); ``` It seems simple but it...
Hi, I'm trying to get only mails of a folder but the following code doesn't work and I don't understand why. ``` $api = garethp\ews\MailAPI::withUsernameAndPassword($host, $login, $password); $mails = $api->getMailItems($folderId,...
Hi, Just to report that the map file is missing (chartjs-adapter-moment.min.js.map). You can generate it directly with Rollup. Have a good day !
### What is your enhancement? Hi, is it possible to update the version of the Now UI Dashboard (now-ui-dashboard) on npmjs.com ? Cause, currently, it's the version 1.0.1 whereas it's...
I'm trying to set up a converter between the units m and Nm (meters -> nautical miles) like this: `console.log(Qty("55560 m").to("naut-mile").scalar);` // 30.000000000000007 A nautical mile is equal to 1852...