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

后端 未结 6 1149
深忆病人
深忆病人 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 00:59

    I have found another way to create an app with the Mail API permissions enabled. I noticed if you include an 'api' parameter in the URL you can specify which scopes you want to include regardless of whether they are checked at the bottom. I noticed if you provided 'api=mail' in the URL it defaults to include Mail permissions. So to create a new app with Mail permissions use this URL:

    https://developer.yahoo.com/apps/create/?api=mail
    

提交回复
热议问题