method
media_type
media_type()
private
Hide source
# File lib/net/imap.rb, line 2284 def media_type mtype = case_insensitive_string match(T_SPACE) msubtype = case_insensitive_string return mtype, msubtype end