In Files

  • net-imap-0.2.3/lib/net/imap/response_data.rb

Parent

Methods

Net::IMAP::BodyTypeExtension

Public Instance Methods

multipart?() click to toggle source
 
               # File net-imap-0.2.3/lib/net/imap/response_data.rb, line 520
def multipart?
  return false
end
            
There is an updated format of the API docs for this version here.