move noresponseerror to imap exceptions

This commit is contained in:
Tanmay Deep Sharma
2026-02-23 18:19:24 +05:30
parent 223c04c748
commit 2a31ec7afd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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