method
media_type
v1_8_6_287 -
Show latest stable
- Class:
Net::IMAP::ResponseParser
media_type()private
No documentation available.
# File lib/net/imap.rb, line 2254
def media_type
mtype = case_insensitive_string
match(T_SPACE)
msubtype = case_insensitive_string
return mtype, msubtype
end