Class: Net::IMAP::IgnoredResponse
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::IgnoredResponse
- Defined in:
- lib/net/imap/response_data.rb
Overview
Net::IMAP::IgnoredResponse represents intentionally ignored responses.
This includes untagged response “NOOP” sent by eg. Zimbra to avoid some clients to close the connection.
It matches no IMAP standard.
Fields:
- raw_data
-
Returns the raw data string.
Instance Attribute Summary collapse
-
#raw_data ⇒ Object
Returns the value of attribute raw_data.
Instance Attribute Details
#raw_data ⇒ Object
Returns the value of attribute raw_data
53 54 55 |
# File 'lib/net/imap/response_data.rb', line 53 def raw_data @raw_data end |