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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ