class Net::IMAP::BodyTypeBasic

def multipart?

BodyTypeBasic is not used for multipart MIME parts.

:call-seq: multipart? -> false
#
def multipart?
  return false
end