6 Commits

Author SHA1 Message Date
Oliver Günther 76074f4626 Refactor MailHandler model class into services 2025-07-07 13:17:54 +02:00
ulferts 3b2121f733 Revert "Merge remote-tracking branch 'origin/release/13.4' into dev"
This reverts commit 40b2bbeb09, reversing
changes made to b4c6cb17cc.
2024-03-21 11:31:17 +01:00
Ivan Kuchin 7787e457a3 Revert "Merge branch 'dev' into release/13.4"
This reverts commit a901541269, reversing
changes made to e573ca00b7.
2024-03-20 20:19:08 +01:00
Ivan Kuchin 9e4934cd0a change quotes using rubocop --only Style/StringLiterals,Style/QuotedSymbols -a 2024-03-20 18:05:22 +01:00
Christophe Bliard 9e865b4f7b lint: Run rubocop safe autocorrect
Command is `rubocop --safe --autocorrect app lib lib_static modules spec`
2023-03-09 10:25:57 +01:00
Oliver Günther 9302b8ec70 Add rake email functionality to get incoming emails from Gmail API (#12231)
* Add rake email functionality to get incoming emails from Gmail API

* Fix default max_emails in help menu

* Apply suggestions from code review

Don't require google api gems in Gemfile, omit redundant `logger.debug` check in gmail.rb

Co-authored-by: Oliver Günther <mail@oliverguenther.de>

* Add setup instructions and info about Gmail API Rake task to documentation

* Remove 'google-apis-core' causing tests to fail

---------

Co-authored-by: Joel Giovinazzo <joelgiovinazzo@gmail.com>
2023-03-09 07:27:27 +01:00