Flowdock
method

body_type_mixed

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Net::IMAP::ResponseParser
body_type_mixed() 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 2590
      def body_type_mixed
        mtype = "MULTIPART"
        msubtype = case_insensitive_string
        param, disposition, language, extension = body_ext_mpart
        return BodyTypeBasic.new(mtype, msubtype, param, nil, nil, nil, nil, nil, disposition, language, extension)
      end
Register or log in to add new notes.