gmail_xoauth icon indicating copy to clipboard operation
gmail_xoauth copied to clipboard

Get access to Gmail IMAP and STMP via OAuth, using the standard Ruby Net libraries

Results 12 gmail_xoauth issues
Sort by recently updated
recently updated
newest added

I got an email from Google saying that my account used the OAUTH OOB approach sometime in the past. I experimented with a bunch of libraries before going with gmail_xoauth,...

Bumps [mocha](https://github.com/freerange/mocha) from 1.1.0 to 1.13.0. Changelog Sourced from mocha's changelog. 1.13.0 External changes Add ParameterMatchers#has_keys - thanks to @​cstyles for #512 (18d8104) Fix misleading exception message in ParameterMatchers#has_entry -...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 3.2.8 to 6.1.4. **This update includes security fixes.** Vulnerabilities fixed Sourced from The Ruby Advisory Database. Possible Denial of Service attack in Active Support Specially crafted XML...

dependencies
security

Bumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.5.4 to 0.5.6. Release notes Sourced from oauth's releases. Version 0.5.5 Fixed security issue and cleaned up codebase. Changelog Sourced from oauth's changelog. === 0.5.6 2021-04-02 Add...

dependencies
security

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.1 to 1.8.10. **This update includes security fixes.** Vulnerabilities fixed Sourced from The Ruby Advisory Database. i18n Gem for Ruby lib/i18n/core_ext/hash.rb Hash#slice() Function Hash Handling DoS i18n...

dependencies
security

Bumps [shoulda](https://github.com/thoughtbot/shoulda) from 3.1.1 to 4.0.0. Changelog Sourced from shoulda's changelog. 4.0.0 (2020-06-13) shoulda now brings in shoulda-context 2.0.0, which adds compatibility for Ruby 2.7, Rails 6.0, and shoulda-matchers 4.0!...

dependencies

I'm getting this error, using SMTP OAuth 2.0. The full output is: ``` Net::SMTPAuthenticationError: 501 5.5.2 Cannot Decode response x1sm12072765qti.91 - gsmtp from /usr/local/lib/ruby/2.3.0/net/smtp.rb:977:in `check_auth_response' ``` Any clue?

Morning all Can you confirm that this gem works currently with how Google have changed the way you use XOAUTH2? I can't get this to work, with a valid access...

I am using EventMachine to poll devise (devise gem) users who are stored in my Rails application. However, the EventMachine polling mechanism is a separate running process from my Rails...