Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate an XOAUTH parameter using OAuth2.0 for use with Gmail IMAP protocol?

I have a user authorized to access their gmail through imap using OAuth2.0. I have the OAuth2.0 access token (and refresh token). But I am having trouble figuring out how to map that into an XOAUTH parameter. All the documentation for generating the XOAUTH parameter are written assuming OAuth1.0.

I can follow the sample code make this work with OAuth1.0. But my server is using OAuth2.0 for other things and I want to use the same code.

like image 996
Ray Avatar asked Sep 23 '11 17:09

Ray


1 Answers

From my Googling, I don't think it's currently possible to construct an XOAUTH param for IMAP using the OAuth2 access token. This is something Google really needs to add ASAP.

See http://groups.google.com/group/oauth2-dev/browse_thread/thread/c1235d5f21e7b438?pli=1

like image 165
Kevin Hutchinson Avatar answered Nov 15 '22 07:11

Kevin Hutchinson