Support for the Ruby 2.4 series has ended. See here for reference.

In Files

  • net/imap.rb

Parent

Methods

Net::IMAP::BodyTypeExtension

Public Instance Methods

multipart?() click to toggle source
 
               # File net/imap.rb, line 2105
def multipart?
  return false
end