tpitale / mail_room

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

Support for other task queues, or ActiveJob in general? #166

Open januszm opened 8 months ago

januszm commented 8 months ago

Hello, would you be interested in accepting such a PR? If we could support ActiveJob then you don't need separate deliveries for sidekiq or que. Alternatively I'd just add support for https://github.com/ruby-shoryuken/shoryuken

tpitale commented 8 months ago

PRs definitely welcome! I think ActiveJob would probably be a great general addition. My only concern there is also needing like … half of Rails (active support, et al) to get it to work 🤔