Class: Net::IMAP::IgnoredResponse
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/net/imap/response_data.rb |
Overview
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 ::Net::IMAP
standard.
Instance Attribute Summary
-
#raw_data
rw
IgnoredResponse
represents intentionally ignored responses.
Instance Attribute Details
#raw_data (rw)
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 ::Net::IMAP
standard.
# File 'lib/net/imap/response_data.rb', line 63
class IgnoredResponse < Struct.new(:raw_data)