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

XOAUTH2 #53

Open beckmx opened 10 years ago

beckmx commented 10 years ago

I have changes to support XOAUTH2

myobie commented 10 years ago

I am not sure if I'll be able to merge this. With so many changes and no updated specs it seems like it could be disastrous since I don't understand all of it. Do you want to work together to spec this out?

beckmx commented 10 years ago

yeah sure, but it is not that complex, actually it is just an extra string I think is missing

myobie commented 10 years ago

Oh, when I look at the diff here on github there are a lot of changes. Do you have a simpler example of what you need?