Exception: Net::IMAP::BadResponseError

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

Overview

Error raised upon a “BAD” response from the server, indicating that the client command violated the IMAP protocol, or an internal server failure has occurred.

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