class Net::IMAP::BodyTypeExtension
Obsolete¶ ↑
BodyTypeExtension
is not used and will be removed in an upcoming release.
BodyTypeExtension
was (incorrectly) used formessage/*
parts (besidesmessage/rfc822
, which correctly usesBodyTypeMessage
).
Net::IMAP
now (correctly) parses all message types (other thanmessage/rfc822
ormessage/global
) asBodyTypeBasic
.
Public Instance Methods
multipart?()
click to toggle source
# File net-imap-0.4.9.1/lib/net/imap/response_data.rb, line 1202 def multipart? return false end