tpitale / mail_room

Forward mail from gmail IMAP to a callback URL or job worker, simply.
MIT License
195 stars 51 forks source link

Request to release for OAuth2 v2.0 #162

Closed zach-brown-hpa closed 9 months ago

zach-brown-hpa commented 9 months ago

The commit below adds support for OAuth2 v2.0. Can we have a new release including this commit?

Some great and important updates have been merged since the last tag 0.10.1 back in 2021. Would greatly appreciate a way to use this package with the OAuth2 update!

https://github.com/tpitale/mail_room/commit/48f8e0822ef407d517671a93a05222bee17af04c

zach-brown-hpa commented 9 months ago

@tpitale @stanhu it seems I can do this myself by cloning the repo and running on master:

git tag -a v0.10.2 -m "Allow OAuth2 v2.0"
git push v0.10.2

Would you like me to do this? Happy to help however possible

stanhu commented 9 months ago

@tpitale only has permissions to push to RubyGems.

You could always use https://rubygems.org/gems/gitlab-mail_room.

tpitale commented 9 months ago

I can try to release this when I get home from work.

zach-brown-hpa commented 9 months ago

Thanks for your replies gents. I see the latest changes are live at https://rubygems.org/gems/gitlab-mail_room. I can use that instead. Consider this closed!