class Net::IMAP::BodyTypeMultipart
Net::IMAP::BodyTypeMultipart represents body structures of messages and message parts, when Content-Type is multipart/*.
Public Instance Methods
Source
# File lib/net/imap/response_data.rb, line 1184 def media_subtype warn("media_subtype is obsolete, use subtype instead.\n", uplevel: 1, category: :deprecated) return subtype end
Obsolete: use subtype instead. Calling this will generate a warning message to stderr, then return the value of subtype.
Source
# File lib/net/imap/response_data.rb, line 1176 def multipart? return true end
BodyTypeMultipart is used for multipart MIME parts.