Fix: prevent IMAPBadResponse exception from sending the authorization mail (#7154)
This commit is contained in:
@@ -12,7 +12,7 @@ module ExceptionList
|
||||
].freeze
|
||||
|
||||
IMAP_EXCEPTIONS = [
|
||||
Errno::ECONNREFUSED, Net::OpenTimeout, Net::IMAP::NoResponseError,
|
||||
Errno::ECONNREFUSED, Net::OpenTimeout,
|
||||
Errno::ECONNRESET, Errno::ENETUNREACH, Net::IMAP::ByeResponseError,
|
||||
SocketError
|
||||
].freeze
|
||||
|
||||
Reference in New Issue
Block a user