Hey pavel,
Sorry for asking two queries at a time, Now i also want to deal with YAHOO MAIL. For this i goggled and found OAuth1.0 endpoints of yahoo apis like:
https://api.login.yahoo.com/oauth/v2/get_request_token ( by thhis i got oauth_token & oauth_verifier)
https://api.login.yahoo.com/oauth/v2/get_token (this i got oauth_token & oauth_token_secret, yahoo_Guid by passing " oauth_token & oauth_verifier" as parameter in method getAccessToken() )
So if i will use your IMAP then there in place of access_token what i have to pass ??
Can you please provide OAuth 2.0 yahoo endpoints if possible and a way to do further step please ?? OR any working block of code like Gmail's.
Thank you.
Sorry for asking two queries at a time, Now i also want to deal with YAHOO MAIL. For this i goggled and found OAuth1.0 endpoints of yahoo apis like:
https://api.login.yahoo.com/oauth/v2/get_request_token ( by thhis i got oauth_token & oauth_verifier)
https://api.login.yahoo.com/oauth/v2/get_token (this i got oauth_token & oauth_token_secret, yahoo_Guid by passing " oauth_token & oauth_verifier" as parameter in method getAccessToken() )
So if i will use your IMAP then there in place of access_token what i have to pass ??
Can you please provide OAuth 2.0 yahoo endpoints if possible and a way to do further step please ?? OR any working block of code like Gmail's.
Thank you.