User bio
404 bio not found
Member since Nov 8, 2015
Posts:
Replies:
How about this? :-)
USER>w ##class(%SYS.Python).Import("time").time()
1661966455.799232244
I've made such an adapters based on Jose's work.
My articles, I'm afraid which is written in Japanese only, is using IMAP/SMTP against gmail as target provider but I hope it works against Office365 as well.
The idea is you prepare a JSON file like this and production will pick it up when it starts (via OnStart() callback).
After that, adapter itself get new AccessToken periodically by using a given RefreshToken (well, at least that what I've intended).
Open Exchange applications:
Certifications & Credly badges:
Tomohiro has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Tomohiro has no followers yet.
Following:
Tomohiro has not followed anybody yet.
Just curious.
It looks %Net.POP3 implementation is following these.
https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protoc...
https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protoc...
So once you have deviced the way to aquire and pass access token (and enable POP3 on O365 side), you are all set?