123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::ContinuationRequest

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

Overview

ContinuationRequest represents command continuation requests.

The command continuation request response is indicated by a “+” token instead of a tag. This form of response indicates that the server is ready to accept the continuation of a command from the client. The remainder of this response is a line of text.

Instance Attribute Summary

  • #data rw

    ContinuationRequest represents command continuation requests.

  • #raw_data rw

    ContinuationRequest represents command continuation requests.

Instance Attribute Details

#data (rw)

ContinuationRequest represents command continuation requests.

The command continuation request response is indicated by a “+” token instead of a tag. This form of response indicates that the server is ready to accept the continuation of a command from the client. The remainder of this response is a line of text.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 16

class ContinuationRequest < Struct.new(:data, :raw_data)

#raw_data (rw)

ContinuationRequest represents command continuation requests.

The command continuation request response is indicated by a “+” token instead of a tag. This form of response indicates that the server is ready to accept the continuation of a command from the client. The remainder of this response is a line of text.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 16

class ContinuationRequest < Struct.new(:data, :raw_data)