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
|
||||
|
||||
def should_fetch_email?(channel)
|
||||
channel.imap_enabled? && !channel.reauthorization_required?
|
||||
channel.imap_enabled?
|
||||
end
|
||||
|
||||
def process_mail_for_channel(channel)
|
||||
|
|
Loading…
Reference in a new issue