Flowdock
method

body_type_attachment

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Net::IMAP::ResponseParser
body_type_attachment() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/imap.rb, line 2452
      def body_type_attachment
        mtype = case_insensitive_string
        match(T_SPACE)
        param = body_fld_param
        return BodyTypeAttachment.new(mtype, nil, param)
      end
Register or log in to add new notes.