class Net::IMAP::IgnoredResponse

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.

Public Instance Methods

raw_data → string click to toggle source

The raw response data.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 65