Class: Net::IMAP::IgnoredResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#raw_dataObject

Returns the value of attribute raw_data

Returns:

  • (Object)

    the current value of raw_data



53
54
55
# File 'lib/net/imap/response_data.rb', line 53

def raw_data
  @raw_data
end