Disable check for reauthorization
This commit is contained in:
parent
3128529d84
commit
b68f2e9c92
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Inboxes::FetchImapEmailsJob < ApplicationJob
|
||||||
private
|
private
|
||||||
|
|
||||||
def should_fetch_email?(channel)
|
def should_fetch_email?(channel)
|
||||||
channel.imap_enabled? && !channel.reauthorization_required?
|
channel.imap_enabled?
|
||||||
end
|
end
|
||||||
|
|
||||||
def process_mail_for_channel(channel)
|
def process_mail_for_channel(channel)
|
||||||
|
|
Loading…
Reference in a new issue