class Net::IMAP::BodyTypeExtension

Obsolete

BodyTypeExtension is not used and will be removed in an upcoming release.

BodyTypeExtension was (incorrectly) used for message/* parts (besides message/rfc822, which correctly uses BodyTypeMessage).

Net::IMAP now (correctly) parses all message types (other than message/rfc822 or message/global) as BodyTypeBasic.

Public Instance Methods

multipart?() click to toggle source
# File net-imap-0.4.9/lib/net/imap/response_data.rb, line 1202
def multipart?
  return false
end