dcparker / ruby-gmail

A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages.
http://dcparker.github.com/ruby-gmail
790 stars 123 forks source link

Any plan for OAuth support ? #14

Closed nfo closed 11 years ago

nfo commented 14 years ago

"To login with the XOAUTH mechanism, the client invokes the AUTHENTICATE command with the mechanism parameter of "XOAUTH"" http://sites.google.com/site/oauthgoog/Home/oauthimap

dcparker commented 14 years ago

I have no plan for adding that. But anyone else is welcome to contribute it!

idris commented 14 years ago

Looks like jfarmer is working on it: http://github.com/jfarmer/ruby-gmail/commit/81a20a4503db1368170a56a68f555e6189ba099a

newzealandpaul commented 14 years ago

Are you able to pull in jframer's changes.

nfo commented 14 years ago

jfarmer changes are not enough, you have to generate the oauth string. ruby-gmail and gmail_xoauth could play together http://github.com/nfo/gmail_xoauth

stefanobernardi commented 13 years ago

I actually implemented this in my gem: http://github.com/stefanobernardi/gmail_oauth

newzealandpaul commented 13 years ago

stefanobernardi, thanks! I will check that out.

myobie commented 11 years ago

This is probably out of scope for this gem, at least for a long while.