class Net::IMAP::ExtensionData
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::ExtensionData
represents data that is parsable according to the forward-compatible extension syntax in RFC3501, RFC4466, or RFC9051, but isn’t directly known or understood by Net::IMAP
yet.
See also: UnparsedData
, UnparsedNumericResponseData
, IgnoredResponse
Public Instance Methods
data → string
click to toggle source
The parsed extension data.
# File net-imap-0.4.9.1/lib/net/imap/response_data.rb, line 122