class Net::IMAP::UnparsedData
Note: This represents an intentionally unstable API. Where instances of this class are returned, future releases may return a different (incompatible) object without deprecation or warning.
Net::IMAP::UnparsedData
represents data for unknown response types or unknown extensions to response types without a well-defined extension grammar.
See also: UnparsedNumericResponseData
, ExtensionData
, IgnoredResponse
Public Instance Methods
unparsed_data → string
click to toggle source
The unparsed data
# File net-imap-0.4.9.1/lib/net/imap/response_data.rb, line 79