move noresponseerror to imap exceptions
This commit is contained in:
@@ -14,6 +14,6 @@ module ExceptionList
|
||||
IMAP_EXCEPTIONS = [
|
||||
Errno::ECONNREFUSED, Net::OpenTimeout,
|
||||
Errno::ECONNRESET, Errno::ENETUNREACH, Net::IMAP::ByeResponseError,
|
||||
SocketError
|
||||
Net::IMAP::NoResponseError, SocketError
|
||||
].freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user