class Net::IMAP::BodyTypeExtension
Obsolete¶ ↑
BodyTypeExtension is not used and will be removed in an upcoming release.
BodyTypeExtensionwas (incorrectly) used formessage/*parts (besidesmessage/rfc822, which correctly usesBodyTypeMessage).
Net::IMAPnow (correctly) parses all message types (other thanmessage/rfc822ormessage/global) asBodyTypeBasic.
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