Closed tomrossi7 closed 9 years ago
I keep getting an "Net::IMAP::BadResponseError" whenever I try to do anything:
> Gmail.connect(username, password) do |gmail| > email = gmail.inbox.find(:unread).first > end Net::IMAP::BadResponseError: Unknown command z186mb11740740ybz
I'm on Ruby 1.9.3-p327. Any ideas?
I think this has the solution! https://github.com/nu7hatch/gmail/issues/36
If this is correct, we may want to update the docs...
UPDATE: Nevermind, just saw it at the bottom in the troubleshooting section.
I keep getting an "Net::IMAP::BadResponseError" whenever I try to do anything:
I'm on Ruby 1.9.3-p327. Any ideas?