Work Mail API authentication

0
  1. Is there a way to fetch Workmail Inbox via API without using EWS with authentication?
  2. Is There a way to Authenticate the same with Oauth2 API?
  3. Can I Use WorkMail API to validate the username and password?
已提問 1 年前檢視次數 429 次
2 個答案
1
已接受的答案
AWS
Jesse_T
已回答 1 年前
1

WorkMail currently only has support for Basic auth. You have to send credentials, there is no unauthenticated protocol. EWS will send you cookies which will authenticate you after the first time doing Basic auth. Other protocol to easily read the inbox would be to use IMAP.

AWS
JohnAWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南

相關內容