Exception: Net::IMAP::ByeResponseError

Inherits:
ResponseError show all
Defined in:
lib/net/imap.rb

Overview

Error raised upon a “BYE” response from the server, indicating that the client is not being allowed to login, or has been timed out due to inactivity.

Instance Attribute Summary

Attributes inherited from ResponseError

#response

Method Summary

Methods inherited from ResponseError

#initialize

Constructor Details

This class inherits a constructor from Net::IMAP::ResponseError