method
body_type_attachment
ruby latest stable - Class:
Net::IMAP::ResponseParser
body_type_attachment()private
No documentation available.
# File lib/net/imap.rb, line 2583
def body_type_attachment
mtype = case_insensitive_string
match(T_SPACE)
param = body_fld_param
return BodyTypeAttachment.new(mtype, nil, param)
end