Giter Site home page Giter Site logo

Comments (10)

justinko avatar justinko commented on July 29, 2024

I get this error on Ruby 1.8.6, but not with Ruby 1.8.7. Seems to be an issue with 1.8.6 imap library.

from ruby-gmail.

narkisr avatar narkisr commented on July 29, 2024

Im using 1.8.7:
ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]

from ruby-gmail.

justinko avatar justinko commented on July 29, 2024

You're correct, it messes up on 1.8.7 also. It looks like the bug was introduced in version 0.0.5. I switched to 0.0.4 and no problems.

from ruby-gmail.

chris avatar chris commented on July 29, 2024

I had this same issue with version 0.0.8 on Ruby 1.8.7, and MacOS X 10.6. I'm using a Google apps/domains account in case that makes a difference. Switching to version 0.0.4 alleviated the problem.

from ruby-gmail.

rodreegez avatar rodreegez commented on July 29, 2024

+1

from ruby-gmail.

yanowitz avatar yanowitz commented on July 29, 2024

The problem happens if you try to use gmail without a block to the initializer. This is because the Gmail class is trying to use Net::IMAP#disconnected? to detect authentication (I'm not sure if Net::IMAP semantics changed at some point or this has always been buggy). Regardless, the fix is to move the @imap.login in the initializer to before the block_given?. the Gmail#imap method itself needs to be rewritten, as simply claling login on a disconnected pipe will fail.

from ruby-gmail.

mihael avatar mihael commented on July 29, 2024

Count me in. I am having the same issue with version 0.0.9. I reverted to 0.0.4 like they did.
Thanks.

from ruby-gmail.

schlick avatar schlick commented on July 29, 2024

I experienced this problem too when using the adimircolen-master branch (0dc3612). My problem was solved by switching over to Geoff Youngs fork (1f2ef64).

from ruby-gmail.

Eunoia avatar Eunoia commented on July 29, 2024

Hello!
I found this error when google wanted me to verify the account. Verifying the account resolves the error.

from ruby-gmail.

myobie avatar myobie commented on July 29, 2024

I'm closing this out because of the age. Feel free to reopen this if a similar problem crops up.

from ruby-gmail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.