Class: Net::IMAP::IgnoredResponse
- Inherits:
-
UntaggedResponse
- Object
- Struct
- UntaggedResponse
- 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.