fix: Terminate IMAP connection after the job is complete (#9225)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Imap::MicrosoftFetchEmailService < Imap::BaseFetchEmailService
|
||||
def perform
|
||||
def fetch_emails
|
||||
return if channel.provider_config['access_token'].blank?
|
||||
|
||||
fetch_mail_for_channel
|
||||
|
||||
Reference in New Issue
Block a user