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?
asked 2 years ago532 views
2 Answers
1
Accepted Answer
AWS
answered 2 years ago
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions