class Net::IMAP::ContentDisposition

Net::IMAP::ContentDisposition represents Content-Disposition fields.

Public Instance Methods

dsp_type → string click to toggle source

Returns the content disposition type, as defined by [DISPOSITION].

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 841
      
param → hash click to toggle source

Returns a hash representing parameters of the Content-Disposition field, as defined by [DISPOSITION].

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 848