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