How can Yahoo Mail be accessed by IMAP using OAuth or OAuth2 authentication

后端 未结 6 1194
深忆病人
深忆病人 2020-12-09 00:01

According to developer.yahoo.com/mail/ and IMAP responses:

* OK [CAPABILITY IMAP4rev1 ID MOVE NAMESPACE X-ID-ACLID UIDPLUS LITERAL+ CHILDREN XAPPLEPUSHSERVIC         


        
6条回答
  •  感情败类
    2020-12-09 01:00

    you have to add scope=openid while hitting authorization endpoint, then after obtaining the token after hittng token endpoint, hit profile endpoint with the obtained access token, then we get emails under profile json object

提交回复
热议问题