123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::IgnoredResponse

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, UntaggedResponse, Struct
Instance Chain:
self, UntaggedResponse, Struct
Inherits: Net::IMAP::UntaggedResponse
Defined in: lib/net/imap/response_data.rb

Overview

IgnoredResponse represents intentionally ignored responses.

This includes untagged response "NOOP" sent by e.g. Zimbra to avoid some clients to close the connection.

It matches no ::Net::IMAP standard.

Instance Attribute Summary

UntaggedResponse - Inherited

#data

The parsed response data, e.g: an array of flag symbols, an array of capabilities strings, a ResponseText object, a MailboxList object, a FetchData object, a Namespaces object, etc.

#name

The uppercase response name, e.g.

#raw_data

The raw response data.